PERFORCE change 80691 for review

soc-anders soc-anders at FreeBSD.org
Thu Jul 21 18:49:13 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=80691

Change 80691 by soc-anders at soc-anders_gimli on 2005/07/21 18:48:37

	Added sysctl node net.inet6.pim6

Affected files ...

.. //depot/projects/soc2005/ifcleanup/src/src/sys/netinet6/in6_proto.c#2 edit

Differences ...

==== //depot/projects/soc2005/ifcleanup/src/src/sys/netinet6/in6_proto.c#2 (text+ko) ====

@@ -355,6 +355,7 @@
 #ifdef IPSEC
 SYSCTL_NODE(_net_inet6,	IPPROTO_ESP,	ipsec6,	CTLFLAG_RW, 0,	"IPSEC6");
 #endif /* IPSEC */
+SYSCTL_NODE(_net_inet6, IPPROTO_PIM,    pim6,   CTLFLAG_RW, 0,  "PIM6");
 
 /* net.inet6.ip6 */
 static int


More information about the p4-projects mailing list