diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-05-02 11:54:11 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2013-05-02 11:54:11 +0000 |
commit | 93b471d93a6f50c4aa79db3b83e96c873b138eaa (patch) | |
tree | ebe06176f3b1c982aeef776c76ce0ac220e2ab90 /sys/netinet6/ip6_mroute.c | |
parent | b7b13d5b1178a536bac46e176528707275b5f55a (diff) |
tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI.
ok deraadt@, tedu@ (implicit)
Diffstat (limited to 'sys/netinet6/ip6_mroute.c')
-rw-r--r-- | sys/netinet6/ip6_mroute.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netinet6/ip6_mroute.c b/sys/netinet6/ip6_mroute.c index 0285515eceb..446e4ba3ed9 100644 --- a/sys/netinet6/ip6_mroute.c +++ b/sys/netinet6/ip6_mroute.c @@ -1297,11 +1297,8 @@ ip6_mdq(struct mbuf *m, struct ifnet *ifp, struct mf6c *rt) int plen = m->m_pkthdr.len; /* - * Macro to send packet on mif. Since RSVP packets don't get counted on - * input, they shouldn't get counted on output, so statistics keeping is - * separate. + * Macro to send packet on mif. */ - #define MC6_SEND(ip6, mifp, m) do { \ if ((mifp)->m6_flags & MIFF_REGISTER) \ register_send((ip6), (mifp), (m)); \ |