I wonder how to enable the bridge-disable-mac-learning feature within SDN?
According to the sourcecode it should belong to the bridge object but trying it like this (see below, some line from /etc/network/interfaces) doesn't work.
According to the sourcecode it should belong to the bridge object but trying it like this (see below, some line from /etc/network/interfaces) doesn't work.
Code:
auto vmbr27
allow-ovs vmbr27
iface vmbr27 inet manual
ovs_type OVSBridge
ovs_ports eno1 vlan2700 vlan2704 vlan2711
bridge-disable-mac-learning 1