summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
committerpeter <peter@FreeBSD.org>2003-03-05 19:24:24 +0000
commitfbc7526e8f7461209707f4f096b1ec1f9f4aca7b (patch)
tree5244a504fc54940e377f138f4f959da0cbad8ceb /sys/netinet/ip_gre.c
parentf9806b180393c9a3dbdc1792c27c8175975ff756 (diff)
downloadFreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.zip
FreeBSD-src-fbc7526e8f7461209707f4f096b1ec1f9f4aca7b.tar.gz
Finish driving a stake through the heart of netns and the associated
ifdefs scattered around the place - its dead Jim! The SMB stuff had stolen AF_NS, make it official.
Diffstat (limited to 'sys/netinet/ip_gre.c')
-rw-r--r--sys/netinet/ip_gre.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/sys/netinet/ip_gre.c b/sys/netinet/ip_gre.c
index 89e0955..fc6468b 100644
--- a/sys/netinet/ip_gre.c
+++ b/sys/netinet/ip_gre.c
@@ -44,7 +44,6 @@
*/
#include "opt_inet.h"
-#include "opt_ns.h"
#include "opt_atalk.h"
#include <sys/param.h>
@@ -76,11 +75,6 @@
#error ip_gre input without IP?
#endif
-#ifdef NS
-#include <netns/ns.h>
-#include <netns/ns_if.h>
-#endif
-
#ifdef NETATALK
#include <netatalk/at.h>
#include <netatalk/at_var.h>
@@ -181,11 +175,6 @@ gre_input2(struct mbuf *m ,int hlen, u_char proto)
case WCCP_PROTOCOL_TYPE: /* we are in ip_input */
isr = NETISR_IP;
break;
-#ifdef NS
- case ETHERTYPE_NS:
- isr = NETISR_NS;
- break;
-#endif
#ifdef NETATALK
case ETHERTYPE_ATALK:
isr = NETISR_ATALK1;
OpenPOWER on IntegriCloud