summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_mroute.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-07-08 10:23:33 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2003-07-08 10:23:33 +0000
commit1fa7f40ee5c48bd5214cd693bc53cf0b2d24d00c (patch)
tree97c60419c6bd5038c88376262740735a41a00cea /sys/netinet6/ip6_mroute.h
parentc61f99c80ad646351cdc82d3524cf64a3b1cfa3e (diff)
on interface removal, clear multicast forwarding stuff. from kame
Diffstat (limited to 'sys/netinet6/ip6_mroute.h')
-rw-r--r--sys/netinet6/ip6_mroute.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h
index 2cf0723218c..81d67e187de 100644
--- a/sys/netinet6/ip6_mroute.h
+++ b/sys/netinet6/ip6_mroute.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_mroute.h,v 1.5 2002/03/14 01:27:12 millert Exp $ */
+/* $OpenBSD: ip6_mroute.h,v 1.6 2003/07/08 10:23:32 itojun Exp $ */
/* $KAME: ip6_mroute.h,v 1.17 2001/02/10 02:05:52 itojun Exp $ */
/*
@@ -271,6 +271,7 @@ struct rtdetq { /* XXX: rtdetq is also defined in ip_mroute.h */
int ip6_mrouter_set(int, struct socket *, struct mbuf *);
int ip6_mrouter_get(int, struct socket *, struct mbuf **);
int ip6_mrouter_done(void);
+void ip6_mrouter_detach(struct ifnet *);
int mrt6_ioctl(int, caddr_t);
#endif /* _KERNEL */