CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/24 04:52:05
Modified files:
sbin/ifconfig : ifconfig.8 ifconfig.c
sys/conf : GENERIC files
sys/net : if.c if.h if_var.h
sys/sys : sockio.h
share/man/man4 : Makefile
Added files:
sys/net : if_pair.c
share/man/man4 : pair.4
Log message:
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@