diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2021-02-21 03:46:35 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2021-02-21 03:46:35 +0000 |
commit | 232e729e7f5f2eba04e530cfdfefff96c0c6eb4b (patch) | |
tree | 5bd2d92ae579d0665dc4fe4f630a9301926b1fd8 /sys/conf/files | |
parent | 87a884adb98f0573015d6832e812f650224928ee (diff) |
cut nvgre(4) over to use common etherbridge code.
the "ports" that nvgre provides to etherbridge are ip addresses
used in the underlay network.
ok patrick@ jmatthew@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/conf/files b/sys/conf/files index 0aedbec05f3..e43923ba18a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.696 2021/02/21 03:35:17 dlg Exp $ +# $OpenBSD: files,v 1.697 2021/02/21 03:46:34 dlg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -561,7 +561,7 @@ pseudo-device vlan: ifnet, ether pseudo-device carp: ifnet, ether pseudo-device sppp: ifnet pseudo-device gif: ifnet -pseudo-device gre: ifnet +pseudo-device gre: ifnet, ether, etherbridge pseudo-device crypto: ifnet pseudo-device trunk: ifnet, ether, ifmedia pseudo-device aggr: ifnet, ether, ifmedia |