summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_mroute.h
diff options
context:
space:
mode:
authorbms <bms@FreeBSD.org>2007-02-28 20:32:25 +0000
committerbms <bms@FreeBSD.org>2007-02-28 20:32:25 +0000
commitad7a801a078f67ac57653ed1472bb857762e4a7a (patch)
tree20bd5c94b921906186b26b4e91bf224d24a6f7ef /sys/netinet6/ip6_mroute.h
parentd055e36582cf16463ce935de33a19c3772911935 (diff)
downloadFreeBSD-src-ad7a801a078f67ac57653ed1472bb857762e4a7a.zip
FreeBSD-src-ad7a801a078f67ac57653ed1472bb857762e4a7a.tar.gz
Remove code which would never be used, viz a viz Quality-of-Service;
the token bucket filter got killed in netinet, so it gets killed here too. Correct comments.
Diffstat (limited to 'sys/netinet6/ip6_mroute.h')
-rw-r--r--sys/netinet6/ip6_mroute.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/netinet6/ip6_mroute.h b/sys/netinet6/ip6_mroute.h
index fdff76d..2a5b3e5 100644
--- a/sys/netinet6/ip6_mroute.h
+++ b/sys/netinet6/ip6_mroute.h
@@ -103,9 +103,6 @@ struct mif6ctl {
mifi_t mif6c_mifi; /* the index of the mif to be added */
u_char mif6c_flags; /* MIFF_ flags defined below */
u_short mif6c_pifi; /* the index of the physical IF */
-#ifdef notyet
- u_int mif6c_rate_limit; /* max rate */
-#endif
};
#define MIFF_REGISTER 0x1 /* mif represents a register end-point */
@@ -209,9 +206,6 @@ struct sioc_mif_req6 {
struct mif6 {
u_char m6_flags; /* MIFF_ flags defined above */
u_int m6_rate_limit; /* max rate */
-#ifdef notyet
- struct tbf *m6_tbf; /* token bucket structure at intf. */
-#endif
struct in6_addr m6_lcl_addr; /* local interface address */
struct ifnet *m6_ifp; /* pointer to interface */
u_quad_t m6_pkt_in; /* # pkts in on interface */
OpenPOWER on IntegriCloud