summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2021-02-21 03:35:17 +0000
committerdlg <dlg@openbsd.org>2021-02-21 03:35:17 +0000
commitea0a6b3db3538dd59e809e25d26f1ba590a83d85 (patch)
treeda548615a1a73e9e58f231cfb095e45658eedd70 /sys/conf
parentadd etherbridge, the guts of a learning bridge that can be reused. (diff)
downloadwireguard-openbsd-ea0a6b3db3538dd59e809e25d26f1ba590a83d85.tar.xz
wireguard-openbsd-ea0a6b3db3538dd59e809e25d26f1ba590a83d85.zip
cut bpe(4) over to using the common etherbridge code.
it's pretty straightforward since etherbridge was mostly based on this code in the first place. the etherbridge_ops that bpe provides to etherbridge set entries up to point at mac addresses in the underlay network. ok patrick@ jmatthew@
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files
index efa0609f4de..0aedbec05f3 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1,4 +1,4 @@
-# $OpenBSD: files,v 1.695 2021/02/21 03:26:46 dlg Exp $
+# $OpenBSD: files,v 1.696 2021/02/21 03:35:17 dlg Exp $
# $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
@@ -569,7 +569,7 @@ pseudo-device tpmr: ifnet, ether, ifmedia
pseudo-device mpe: ifnet, mpls
pseudo-device mpw: ifnet, mpls, ether
pseudo-device mpip: ifnet, mpls
-pseudo-device bpe: ifnet, ether, ifmedia
+pseudo-device bpe: ifnet, ether, ifmedia, etherbridge
pseudo-device vether: ifnet, ether
pseudo-device pppx: ifnet
pseudo-device vxlan: ifnet, ether, ifmedia