summaryrefslogtreecommitdiffstats
path: root/sys/conf/GENERIC
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2018-12-20 23:00:55 +0000
committerdlg <dlg@openbsd.org>2018-12-20 23:00:55 +0000
commit5fb1d1dc55ecc159c21230ce909dab89f73aa1a2 (patch)
treee8923ff78d1f65c42d148bfee70a00d7aa58bf4d /sys/conf/GENERIC
parentMove the full responsibility for reporting open(2) errors from (diff)
downloadwireguard-openbsd-5fb1d1dc55ecc159c21230ce909dab89f73aa1a2.tar.xz
wireguard-openbsd-5fb1d1dc55ecc159c21230ce909dab89f73aa1a2.zip
add bpe(4) or Backbone Provider Edge interfaces
Backbone refers to 802.1ah or 802.1Q Provider Backbone Bridges (PBB), or mac-in-mac, which is like vlans except it completely encapsulates the inner packet rather than just add a shim to it. This removes the need for Backbone Core Bridges (ie, switches between bpe instances) to know all the addresses on all the networks.
Diffstat (limited to 'sys/conf/GENERIC')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index e2cd5abf7bd..99d6e7cb1de 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.256 2018/10/18 02:10:54 lteo Exp $
+# $OpenBSD: GENERIC,v 1.257 2018/12/20 23:00:55 dlg Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -94,6 +94,7 @@ pseudo-device mobileip # MobileIP encapsulation interface
pseudo-device loop # network loopback
pseudo-device mpe # MPLS PE interface
pseudo-device mpw # MPLS pseudowire support
+pseudo-device bpe # Provider Backbone Bridge edge interface
pseudo-device pair # Virtual Ethernet interface pair
pseudo-device ppp # PPP
pseudo-device pppoe # PPP over Ethernet (RFC 2516)