network
network copied to clipboard
RFE: Support Linux bridge options like stp or vlan filtering
Hello, Currently it is not possible to set bridging options with the network role.
setting options like:
- bridge.stp no
- bridge.vlan-default-pvid 100
- bridge.vlan-filtering yes
which would add the following lines to the network config file (on RHEL/fedora/CentOS)
STP=no
BRIDGING_OPTS="vlan_filtering=1 default_pvid=100"
Rob
Hi I’m an outreachy intern, I’ll like to work on this, kindly assign it to me. Thanks