aboutsummaryrefslogtreecommitdiffstats
path: root/net/dhcprelay/files/patch-dhcprelay.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/dhcprelay/files/patch-dhcprelay.c')
-rw-r--r--net/dhcprelay/files/patch-dhcprelay.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/dhcprelay/files/patch-dhcprelay.c b/net/dhcprelay/files/patch-dhcprelay.c
deleted file mode 100644
index 73f7b6f5b479..000000000000
--- a/net/dhcprelay/files/patch-dhcprelay.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- dhcprelay.c.orig 2006-03-21 02:46:28 UTC
-+++ dhcprelay.c
-@@ -186,7 +186,7 @@ void pcap_callback(u_char *user, const s
- printf(" %d",eh->ether_type);
- }
- // check for IPv4 packets
-- if (eh->ether_type!=8) {
-+ if (eh->ether_type != htons(0x800)) {
- if (DEBUG>1) printf("\n");
- return;
- }