summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorMichael Banck <mbanck@debian.org>2006-04-27 15:19:26 +0000
committerMichael Banck <mbanck@debian.org>2006-04-27 15:19:26 +0000
commit20734128969fba8432bc56144560e94e102c1858 (patch)
tree53500db28abe6a7438599d48ad3e6cd1186284a8 /debian/patches
parent46a2307e0f6a89e2c89648aa07232294efa51403 (diff)
* debian/patches/pfinet_packet_filter: New patch, adding support for
gathering incoming packets, taken from CVS.
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/pfinet_packet_filter.diff19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/patches/pfinet_packet_filter.diff b/debian/patches/pfinet_packet_filter.diff
new file mode 100644
index 00000000..ec883f44
--- /dev/null
+++ b/debian/patches/pfinet_packet_filter.diff
@@ -0,0 +1,19 @@
+===================================================================
+RCS file: /var/lib/cvs/sources/hurd/hurd/pfinet/ethernet.c,v
+retrieving revision 1.29
+retrieving revision 1.30
+diff -u -r1.29 -r1.30
+--- hurd/hurd/pfinet/ethernet.c 2002/05/29 08:34:35 1.29
++++ hurd/hurd/pfinet/ethernet.c 2006/04/27 00:10:51 1.30
+@@ -68,6 +68,11 @@
+
+ static short ether_filter[] =
+ {
++#ifdef NETF_IN
++ /* We have to tell the packet filtering code that we're interested in
++ incoming packets. */
++ NETF_IN, /* Header. */
++#endif
+ NETF_PUSHLIT | NETF_NOP,
+ 1
+ };