summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_dummynet.h
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2005-06-10 01:25:22 +0000
committerthompsa <thompsa@FreeBSD.org>2005-06-10 01:25:22 +0000
commitaa4ecbabe57f2faf89abfd7436f8cb2f52fd8f65 (patch)
treef5d6c3b67b4928c88f5b8229b734c605185dc4b9 /sys/netinet/ip_dummynet.h
parent7a16f375cc9af23759563f66f0ac975df581d877 (diff)
downloadFreeBSD-src-aa4ecbabe57f2faf89abfd7436f8cb2f52fd8f65.zip
FreeBSD-src-aa4ecbabe57f2faf89abfd7436f8cb2f52fd8f65.tar.gz
Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.
This is the final piece to match bridge.c in functionality, we can now be a drop-in replacement. Approved by: mlaier (mentor)
Diffstat (limited to 'sys/netinet/ip_dummynet.h')
-rw-r--r--sys/netinet/ip_dummynet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/ip_dummynet.h b/sys/netinet/ip_dummynet.h
index 947f081..72a8863 100644
--- a/sys/netinet/ip_dummynet.h
+++ b/sys/netinet/ip_dummynet.h
@@ -126,6 +126,7 @@ struct dn_pkt_tag {
#define DN_TO_ETH_OUT 5
#define DN_TO_IP6_IN 6
#define DN_TO_IP6_OUT 7
+#define DN_TO_IFB_FWD 8
dn_key output_time; /* when the pkt is due for delivery */
struct ifnet *ifp; /* interface, for ip_output */
OpenPOWER on IntegriCloud