summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_proto.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-08-03 14:09:52 +0000
committerru <ru@FreeBSD.org>2000-08-03 14:09:52 +0000
commit50604c76216a391b193b037e68ab1f66c4e41dde (patch)
tree0789cd450bc977ea22e47d9bb2ae9b9823ac14c0 /sys/netinet/in_proto.c
parentcdd996ee9c582b6081c73f4e0beffb19da81534a (diff)
downloadFreeBSD-src-50604c76216a391b193b037e68ab1f66c4e41dde.zip
FreeBSD-src-50604c76216a391b193b037e68ab1f66c4e41dde.tar.gz
Make netstat(1) to be aware of divert(4) sockets.
Diffstat (limited to 'sys/netinet/in_proto.c')
-rw-r--r--sys/netinet/in_proto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/in_proto.c b/sys/netinet/in_proto.c
index f863b4f..02e6313 100644
--- a/sys/netinet/in_proto.c
+++ b/sys/netinet/in_proto.c
@@ -250,6 +250,6 @@ SYSCTL_NODE(_net_inet, IPPROTO_AH, ipsec, CTLFLAG_RW, 0, "IPSEC");
#endif /* IPSEC */
SYSCTL_NODE(_net_inet, IPPROTO_RAW, raw, CTLFLAG_RW, 0, "RAW");
#ifdef IPDIVERT
-SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, div, CTLFLAG_RW, 0, "DIVERT");
+SYSCTL_NODE(_net_inet, IPPROTO_DIVERT, divert, CTLFLAG_RW, 0, "DIVERT");
#endif
OpenPOWER on IntegriCloud