Implement a new utility called vknet. This utility interconnects the
authorMatthew Dillon <dillon@dragonflybsd.org>
Tue, 27 May 2008 23:26:38 +0000 (23:26 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Tue, 27 May 2008 23:26:38 +0000 (23:26 +0000)
commitcf4f0088e9428da0982b86ec1408e98d1bcd5386
tree4dd2820e10850b4889e34c815097b48ad6cbd2be
parent3ca87d99e351991dcd0cd527b0b44ff023142844
Implement a new utility called vknet.  This utility interconnects the
networks between the local machine and a remote machine, typically by
connecting to a TAP interface or socket supplied by a running vknetd on
each machine.

Update manual pages for vknetd and vkernel to include vknet.
share/man/man7/vkernel.7
usr.bin/Makefile
usr.bin/vknet/Makefile [new file with mode: 0644]
usr.bin/vknet/vknet.1 [new file with mode: 0644]
usr.bin/vknet/vknet.c [new file with mode: 0644]
usr.bin/vknet/vknet.h [new file with mode: 0644]
usr.sbin/vknetd/vknetd.8