From b98b483bac585af754e8a22ea890db8486905d8a Mon Sep 17 00:00:00 2001 From: Alin Rauta Date: Wed, 17 Dec 2014 07:35:36 -0800 Subject: networkd: add FDB support --- man/systemd.network.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'man') diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 79c7a233d0..360c57cb76 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -548,6 +548,28 @@ + + [BridgeFDB] Section Options + The [BridgeFDB] section manages the forwarding database table of a port and accepts the following keys. Specify + several [BridgeFDB] sections to configure several static MAC table entries. + + + + MACAddress= + + As in the [Network] section. This key is mandatory. + + + + VLANId= + + The VLAN Id for the new static MAC table entry. + If omitted, no VLAN Id info is appended to the new static MAC table entry. + + + + + Example -- cgit v1.2.3-54-g00ecf