aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_types.h
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2005-06-05 03:13:13 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2005-06-05 03:13:13 +0000
commit8f86751705741ccd1dd11ff1db0a1a766466018d (patch)
tree352898b8dc193cd5970b2640defcbe72739413a7 /sys/net/if_types.h
parent31997bf22302ca8122dbd1959cd4d8e5f2d0412c (diff)
downloadsrc-8f86751705741ccd1dd11ff1db0a1a766466018d.tar.gz
src-8f86751705741ccd1dd11ff1db0a1a766466018d.zip
Add hooks into the networking layer to support if_bridge. This changes struct
ifnet so a buildworld is necessary. Approved by: mlaier (mentor) Obtained from: NetBSD
Notes
Notes: svn path=/head/; revision=146986
Diffstat (limited to 'sys/net/if_types.h')
-rw-r--r--sys/net/if_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_types.h b/sys/net/if_types.h
index e60b65dca961..1dff5c295de7 100644
--- a/sys/net/if_types.h
+++ b/sys/net/if_types.h
@@ -238,6 +238,7 @@
#define IFT_ATMVCIENDPT 0xc2 /* ATM VCI End Point */
#define IFT_OPTICALCHANNEL 0xc3 /* Optical Channel */
#define IFT_OPTICALTRANSPORT 0xc4 /* Optical Transport */
+#define IFT_BRIDGE 0xd1 /* Transparent bridge interface */
#define IFT_STF 0xd7 /* 6to4 interface */