iproute2/man
Roopa Prabhu 8cfde5c97f iplink: bridge: support bridge port vlan_tunnel attribute
This config maps to IFLA_BRPORT_VLAN_TUNNEL bridge port netlink
flag attribute. This flag enables vlan to tunnel mapping on a bridge
port. It is off by default.

set vlan_tunnel attribute on bridge port vxlan0:

$ip link set dev vxlan0 type bridge_slave vlan_tunnel on
$ip link set dev vxlan0 type bridge_slave vlan_tunnel off

or via bridge command

$bridge link set dev vxlan0 vlan_tunnel on
$bridge link set dev vxlan0 vlan_tunnel off

Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>
2017-10-31 18:04:30 +01:00
..
man3 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man7 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man8 iplink: bridge: support bridge port vlan_tunnel attribute 2017-10-31 18:04:30 +01:00
Makefile do not ignore errors in man subdirs 2013-01-15 09:41:37 -08:00