cvs commit: src/usr.bin Makefile src/usr.bin/vknet Makefile vknet.1 vknet.c vknet.h src/usr.sbin/vknetd vknetd.8 src/share/man/man7 vkernel.7

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 27 16:28:05 PDT 2008


dillon      2008/05/27 16:26:38 PDT

DragonFly src repository

  Modified files:
    usr.bin              Makefile 
    usr.sbin/vknetd      vknetd.8 
    share/man/man7       vkernel.7 
  Added files:
    usr.bin/vknet        Makefile vknet.1 vknet.c vknet.h 
  Log:
  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.
  
  Revision  Changes    Path
  1.43      +1 -0      src/usr.bin/Makefile
  1.2       +4 -3      src/usr.sbin/vknetd/vknetd.8
  1.40      +1 -0      src/share/man/man7/vkernel.7


http://www.dragonflybsd.org/cvsweb/src/usr.bin/Makefile.diff?r1=1.42&r2=1.43&f=u
http://www.dragonflybsd.org/cvsweb/src/usr.sbin/vknetd/vknetd.8.diff?r1=1.1&r2=1.2&f=u
http://www.dragonflybsd.org/cvsweb/src/share/man/man7/vkernel.7.diff?r1=1.39&r2=1.40&f=u





More information about the Commits mailing list