1 2 3 4 5 6 7 8 9 10
# # MACVLAN / MACVTAP # # Sub-interfaces with their own MAC address used by VyOS # "interfaces pseudo-ethernet" (MACVLAN). MACVTAP exposes the # same interface as a /dev/tap character device for hypervisors. # CONFIG_MACVLAN=m CONFIG_MACVTAP=m