mirror of
https://github.com/systemd/systemd.git
synced 2024-11-05 06:52:22 +03:00
7f15b71460
This PR adds the configuration switches for multicast flooding, neighbor suppression and learning of a bridge port.
16 lines
212 B
SYSTEMD
16 lines
212 B
SYSTEMD
[Match]
|
|
Name=dummy98
|
|
|
|
[Network]
|
|
Bridge=bridge99
|
|
|
|
[Bridge]
|
|
Cost=400
|
|
HairPin = true
|
|
FastLeave = true
|
|
UnicastFlood = true
|
|
MulticastFlood = false
|
|
MulticastToUnicast = true
|
|
NeighborSuppression = true
|
|
Learning = false
|