diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-24 10:52:06 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2015-10-24 10:52:06 +0000 |
commit | 612f55cd4137e6bc0888ec1c0071ba6b76532313 (patch) | |
tree | 7888ad514d4ff9905ff2def9dc8fe003362f1046 /sys/conf/files | |
parent | c7672dbc5d9e8b728228a06c844b538394c740da (diff) |
Add pair(4), a vether-based virtual Ethernet driver to interconnect
rdomains and bridges on the local system. This can be used to route
through local rdomains, to create L2 devices (like trunks) between
them, and many other things.
Discussed with many, with input from mpi@
OK sthen@ phessler@ yasuoka@ mikeb@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 04c3ff76556..7e56c2e214a 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.604 2015/10/09 01:17:21 deraadt Exp $ +# $OpenBSD: files,v 1.605 2015/10/24 10:52:05 reyk Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -526,6 +526,7 @@ pseudo-device msts: tty pseudo-device endrun: tty pseudo-device loop: ifnet +pseudo-device pair: ifnet, ether pseudo-device ppp: ifnet pseudo-device tun: ifnet pseudo-device bpfilter: ifnet @@ -786,6 +787,7 @@ file net/trunklacp.c trunk file net/if_mpe.c mpe needs-count file net/if_mpw.c mpw & bridge needs-count file net/if_vether.c vether needs-count +file net/if_pair.c pair needs-count file net/if_pppx.c pppx needs-count file net/if_vxlan.c vxlan needs-count file net80211/ieee80211.c wlan |