Optional
ageing_Configure the bridge's FDB entries ageing time, ie the number of seconds a MAC address will be kept in the FDB after a packet has been received from that address.
After this time has passed, entries are cleaned up.
Optional
forward_Set the forwarding delay in seconds, ie the time spent in LISTENING state (before moving to LEARNING) and in LEARNING state (before moving to FORWARDING).
Only relevant if STP is enabled. Valid values are between 2 and 30.
Optional
group_Set the MAC address of the multicast group this bridge uses for STP. The address must be a link-local address in standard Ethernet MAC address format, ie an address of the form 01:80:C2:00:00:0X, with X in [0, 4..f].
Optional
group_Set the group forward mask.
This is the bitmask that is applied to decide whether
to forward incoming frames destined to link-local addresses, ie addresses of the
form 01:80:C2:00:00:0X (defaults to 0
, ie the bridge does not forward any link-local frames).
Optional
hello_Set the time in seconds between hello packets sent by the bridge, when it is a root bridge or a designated bridges.
Only relevant if STP is enabled. Valid values are between 1 and 10.
Optional
max_Set the hello packet timeout, ie the time in seconds until another bridge in the spanning tree is assumed to be dead, after reception of its last hello message.
Only relevant if STP is enabled. Valid values are between 6 and 40.
Optional
mcast_Set multicast database hash elasticity, ie the maximum chain length in the multicast hash table (defaults to 4).
Optional
mcast_Set maximum size of multicast hash table (defaults to 512, value must be a power of 2).
Optional
mcast_Set the IGMP version.
Optional
mcast_Set multicast last member count, ie the number of queries the bridge will send before stopping forwarding a multicast group after a "leave" message has been received (defaults to 2).
Optional
mcast_Interval between queries to find remaining members of a group, after a "leave" message is received.
Optional
mcast_Delay after which the bridge will leave a group, if no membership reports for this group are received.
Optional
mcast_Set the MLD version.
Optional
mcast_Enable (MULTICAST_QUERIER > 0) or disable (MULTICAST_QUERIER == 0) IGMP querier, ie sending of multicast queries by the bridge (default: disabled).
Optional
mcast_Interval between queries sent by other routers. if no queries are seen after this delay has passed, the bridge will start to send its own queries (as if mcast_querier was enabled).
Optional
mcast_Interval between queries sent by the bridge after the end of the startup phase.
Optional
mcast_Set the Max Response Time/Maximum Response Delay for IGMP/MLD queries sent by the bridge.
Optional
mcast_Whether to use the bridge's own IP address as source address for IGMP queries (MCAST_QUERY_USE_IFADDR > 0) or the default of 0.0.0.0 (MCAST_QUERY_USE_IFADDR == 0).
Optional
mcast_Set bridge's multicast router if IGMP snooping is enabled.
MULTICAST_ROUTER is an integer value having the following meaning: 0 - disabled. 1 - automatic (queried). 2 - permanently enabled.
Optional
mcast_Turn multicast snooping on (MULTICAST_SNOOPING > 0) or off (MULTICAST_SNOOPING == 0).
Optional
mcast_Set the number of IGMP queries to send during startup phase (defaults to 2).
Optional
mcast_Interval between queries in the startup phase.
Optional
mcast_Enable (MCAST_STATS_ENABLED > 0) or disable (MCAST_STATS_ENABLED == 0) multicast (IGMP/MLD) stats accounting.
Optional
nf_Enable (NF_CALL_ARPTABLES > 0) or disable (NF_CALL_ARPTABLES == 0) arptables hooks on the bridge.
Optional
nf_Enable (NF_CALL_IP6TABLES > 0) or disable (NF_CALL_IP6TABLES == 0) ip6tables hooks on the bridge.
Optional
nf_Enable (NF_CALL_IPTABLES > 0) or disable (NF_CALL_IPTABLES == 0) iptables hooks on the bridge.
Optional
prioritySet this bridge's spanning tree priority, used during STP root bridge election.
PRIORITY is a 16bit unsigned integer.
Optional
stp_Turn spanning tree protocol on (STP_STATE > 0) or off (STP_STATE == 0) for this bridge.
Optional
vlan_Set the default PVID (native/untagged VLAN ID) for this bridge.
Optional
vlan_Turn VLAN filtering on (VLAN_FILTERING > 0) or off (VLAN_FILTERING == 0).
When disabled, the bridge will not consider the VLAN tag when handling packets.
Optional
vlan_Set the protocol used for VLAN filtering.
Optional
vlan_Enable (VLAN_STATS_ENABLED == 1) or disable (VLAN_STATS_ENABLED == 0) per-VLAN stats accounting.
Optional
vlan_Enable (VLAN_STATS_PER_PORT == 1) or disable (VLAN_STATS_PER_PORT == 0) per-VLAN per-port stats accounting.
Can be changed only when there are no port VLANs configured.
Generated using TypeDoc
Add link bridge type arguments.