TPMR(4) - Device Drivers Manual # TPMR(4) - Device Drivers Manual
NAME # tpmr - IEEE 802.1Q Two-Port MAC Relay interface
SYNOPSIS # pseudo-device tpmr
DESCRIPTION # The tpmr driver implements an 802.1Q (originally 802.1aj) Two-Port MAC Relay (TPMR). A TPMR is a simplified Ethernet bridge with exactly two member ports, and it unconditionally relays Ethernet packets between those ports.
tpmr interfaces can be created at runtime using the ifconfig tpmr‌N create command or by setting up a hostname.
...
VEB(4) - Device Drivers Manual # VEB(4) - Device Drivers Manual
NAME # veb, vport - Virtual Ethernet Bridge network device
SYNOPSIS # pseudo-device veb
DESCRIPTION # The veb pseudo-device supports the creation of a single layer 2 Ethernet network between multiple ports. Ethernet interfaces are added to the veb bridge to be used as ports. Unlike bridge(4), veb takes over the operation of the interfaces that are added as ports.
...
VMCTL(8) - System Manager’s Manual # VMCTL(8) - System Manager’s Manual
NAME # vmctl - control the virtual machine daemon
SYNOPSIS # vmctl [-v] command [arg …]
DESCRIPTION # The vmctl utility is used to control the virtual machine monitor (VMM) subsystem. A VMM manages virtual machines (VMs) on a host. The VMM subsystem is responsible for creating, destroying, and executing VMs.
The -v option enables verbose mode. Within the commands, the size argument can be specified with a human-readable scale, using the format described in scan_scaled(3).
...
VSW(4) - Device Drivers Manual (sparc64) # VSW(4) - Device Drivers Manual (sparc64)
NAME # vsw - virtual network switch
SYNOPSIS # vsw* at cbus? vnet* at vsw?
DESCRIPTION # The vsw driver provides a network switch using the services provided by the UltraSPARC Hypervisor as found on sun4v systems. It attaches a separate vnet(4) interface for each switch port. These ports can be added to a bridge(4) or veb(4) to create a functional network switch.
...