Query: virt
OS: netbsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
VIRT(4) BSD Kernel Interfaces Manual VIRT(4)NAMEvirt -- rump virtual network interfaceSYNOPSIS#include <rump/rump.h> int rump_pub_virtif_create(int num);DESCRIPTIONThe virt interface acts as a link between a rump virtual kernel and a host tap(4) interface. Interface number <n> always corresponds with the host tap interface tap<n>. All data sent by virt is written into /dev/tap<n> and all data read from /dev/tap<n> is passed as Ethernet input to the rump virtual kernel. A virt interface can be created in two ways: o Programmatically by calling rump_pub_virtif_create(). o Dynamically at runtime with ifconfig(8) or equivalent using the create command. Destroying a virt interface is possible only through ifconfig(8) destroy. The host's tap(4) interface can be further bridged with hardware interfaces to provide full Internet access to a rump kernel.SEE ALSOrump(3), bridge(4), tap(4), brconfig(8), ifconfig(8)BSDNovember 15, 2010 BSD
Related Man Pages |
---|
rump_allserver(1) - netbsd |
rump_ext2fs(8) - netbsd |
rump(3) - netbsd |
rump_lwproc(3) - netbsd |
rump_sp(7) - netbsd |
Similar Topics in the Unix Linux Community |
---|
HP-UX - how to create virtual interface |
how to find virtual ip in aix. |
IPMP problem |
[Solved] Add hardware in virt-install command |
Print continues names |