From 99f68ef02d1e136457c2b0fd1a375050ff965af3 Mon Sep 17 00:00:00 2001 From: Tobias Jungel Date: Fri, 2 Nov 2018 02:31:20 +0100 Subject: networkd: add missing bonding options (#10542) Add support for bonding options system prio, port key and actor system mac. These options exist in the linux kernel since 4.2 (torvalds/linux@171a42c38c6e1) Details: https://www.kernel.org/doc/Documentation/networking/bonding.txt --- man/systemd.netdev.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'man') diff --git a/man/systemd.netdev.xml b/man/systemd.netdev.xml index 971d81aa42..7b702e8ed1 100644 --- a/man/systemd.netdev.xml +++ b/man/systemd.netdev.xml @@ -1268,6 +1268,27 @@ + + AdActorSysPrio= + + Specifies the 802.3ad system priority. Ranges [1-65535]. + + + + + AdUserPortKey= + + Specifies the 802.3ad user defined portion of the port key. Ranges [0-1023]. + + + + + AdActorSystem= + + Specifies the 802.3ad system mac address. This can not be either NULL or Multicast. + + + FailOverMACPolicy= -- cgit v1.2.3