Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/netinet Pull up revision 1.21 (requested by itojun ...



details:   https://anonhg.NetBSD.org/src/rev/9289486259f1
branches:  netbsd-1-6
changeset: 530464:9289486259f1
user:      grant <grant%NetBSD.org@localhost>
date:      Mon Jun 30 02:21:21 2003 +0000

description:
Pull up revision 1.21 (requested by itojun in ticket #1342):

cleanup multicast routing stuff on if_detach().

diffstat:

 sys/netinet/ip_mroute.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 36b90fd616cb -r 9289486259f1 sys/netinet/ip_mroute.h
--- a/sys/netinet/ip_mroute.h   Mon Jun 30 02:21:02 2003 +0000
+++ b/sys/netinet/ip_mroute.h   Mon Jun 30 02:21:21 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip_mroute.h,v 1.19 2001/05/08 10:07:15 itojun Exp $    */
+/*     $NetBSD: ip_mroute.h,v 1.19.16.1 2003/06/30 02:21:21 grant Exp $        */
 
 /*
  * Definitions for IP multicast forwarding.
@@ -208,6 +208,7 @@
 int ip_mrouter_get __P((struct socket *, int, struct mbuf **));
 int mrt_ioctl __P((struct socket *, u_long, caddr_t));
 int ip_mrouter_done __P((void));
+void ip_mrouter_detach(struct ifnet *);
 void reset_vif __P((struct vif *));
 #ifdef RSVP_ISI
 int ip_mforward __P((struct mbuf *, struct ifnet *, struct ip_moptions *));



Home | Main Index | Thread Index | Old Index