Iproute2

From Useful Things
Jump to: navigation, search

Add a VLAN

ip link add link eth0 name eth0.100 type vlan id 100

Remove a VLAN

ip link delete eth0.100