[systemd-devel] [PATCH] Add FDB support

"Jóhann B. Guðmundsson" johannbg at gmail.com
Thu Dec 11 09:18:18 PST 2014


On 12/11/2014 05:07 PM, Rauta, Alin wrote:
> Hi Johann,
>
> If FDBControlled is no then we don't want to touch the forwarding database table for this port.
> If it's yes, then we want to control the FDB table (delete existing entries).
>
> [Install] section can be an alternative. What about "FDB=enable" ? - in case we want to add something else to the install section (SMTH=enable).

[Install]
Enable=foo is more generic and could potential cover the requirements 
requested in the networkd link state thread earlier in this month

If you want to enable more in the install section you simple add 
Also=SMTH or more Enable= entries as in...

[Install]
Enable=FDB
Also=SMTH

Or

[Install]
Enable=FDB
Enable=SMTH

This would make this more consistent with other type systemd units

JBG


More information about the systemd-devel mailing list