Add pair(4), a vether-based virtual Ethernet driver to interconnect
authorreyk <reyk@openbsd.org>
Sat, 24 Oct 2015 10:52:05 +0000 (10:52 +0000)
committerreyk <reyk@openbsd.org>
Sat, 24 Oct 2015 10:52:05 +0000 (10:52 +0000)
commitdcbaedb73c6fa2fa2397157c187a16886191aaf7
tree84586f97814f8063ef4f8176df14a58224196583
parentb6f008050ecaa9303a5e98b0bc09ff7f9b37c078
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@
sbin/ifconfig/ifconfig.8
sbin/ifconfig/ifconfig.c
share/man/man4/Makefile
share/man/man4/pair.4 [new file with mode: 0644]
sys/conf/GENERIC
sys/conf/files
sys/net/if.c
sys/net/if.h
sys/net/if_pair.c [new file with mode: 0644]
sys/net/if_var.h
sys/sys/sockio.h