diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-04-25 15:49:36 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-04-25 15:49:36 +0000 |
commit | 1115909d3e0d95e041a57dbbaa7b380b5364a4ec (patch) | |
tree | 8ac1e67e6ea8fd74dce4a836c296437979588b0d /sys/netinet/ip_mroute.h | |
parent | 462a5b31673474830f69aabd0be0329cb05b4c0a (diff) |
Remove virtual tunnel support from the mrouting code. The virtual tunnel
code breaks multicast on gif(4) interfaces and it is far better to configure
a real gif(4) tunnel instead of a multicast tunnel as the latter is almost
not manageable. OK norby@, mblamer@
Diffstat (limited to 'sys/netinet/ip_mroute.h')
-rw-r--r-- | sys/netinet/ip_mroute.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index c335aeb6b5e..a773288eb86 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_mroute.h,v 1.13 2006/03/30 14:28:28 norby Exp $ */ +/* $OpenBSD: ip_mroute.h,v 1.14 2006/04/25 15:49:35 claudio Exp $ */ /* $NetBSD: ip_mroute.h,v 1.23 2004/04/21 17:49:46 itojun Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ @@ -349,7 +349,5 @@ void rsvp_input(struct mbuf *, int, int); int ip_mforward(struct mbuf *, struct ifnet *); #endif /* RSVP_ISI */ -void ipip_mroute_input(struct mbuf *, ...); - #endif /* _KERNEL */ #endif /* _NETINET_IP_MROUTE_H_ */ |