diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-08 10:23:33 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-08 10:23:33 +0000 |
commit | 1fa7f40ee5c48bd5214cd693bc53cf0b2d24d00c (patch) | |
tree | 97c60419c6bd5038c88376262740735a41a00cea /sys/netinet6/ip6_mroute.h | |
parent | c61f99c80ad646351cdc82d3524cf64a3b1cfa3e (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.h | 3 |
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 */ |