mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6bff79e23a
PR: ports/105328 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
16 lines
312 B
C
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 },
|
|
};
|
|
|