1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net-mgmt/softflowd/files/patch-softflowd.c
Martin Wilke 6bff79e23a - Update to 0.9.8
PR:             ports/105328
Submitted by:   Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
2006-12-15 09:58:44 +00:00

16 lines
312 B
C

$FreeBSD$
--- softflowd.c.orig
+++ softflowd.c
@@ -91,6 +91,9 @@
#ifdef DLT_LOOP
{ DLT_LOOP, 4, 0, 4, 1, 0xffffffff, AF_INET, AF_INET6 },
#endif
+#ifdef DLT_PFLOG
+ { DLT_PFLOG, 48, 1, 1, 0, 0x000000ff, AF_INET, AF_INET6 },
+#endif
{ -1, -1, -1, -1, -1, 0x00000000, 0xffff, 0xffff },
};