linux-system-roles / network

An ansible role to configure networking
https://linux-system-roles.github.io/network/
BSD 3-Clause "New" or "Revised" License
231 stars 105 forks source link

RFE: Support Linux bridge options like stp or vlan filtering #224

Open RobVerduijn opened 4 years ago

RobVerduijn commented 4 years ago

Hello, Currently it is not possible to set bridging options with the network role.

setting options like:

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

Precious000 commented 5 months ago

Hi I’m an outreachy intern, I’ll like to work on this, kindly assign it to me. Thanks

jfsoden commented 2 months ago

Beside the listed options, it would be nice if setting bridge.ageing-time (BRIDGING_OPTS="ageing_time=0") were supported.