diff options
author | Tobias Jungel <Tobias.Jungel@gmail.com> | 2018-11-02 02:31:20 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-11-02 02:31:20 +0100 |
commit | 99f68ef02d1e136457c2b0fd1a375050ff965af3 (patch) | |
tree | e820715240042c1671f0ca30ef7ed271e3e806ad /man/systemd.netdev.xml | |
parent | Merge pull request #10607 from yuwata/fix-10605 (diff) | |
download | systemd-99f68ef02d1e136457c2b0fd1a375050ff965af3.tar.xz systemd-99f68ef02d1e136457c2b0fd1a375050ff965af3.zip |
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
Diffstat (limited to 'man/systemd.netdev.xml')
-rw-r--r-- | man/systemd.netdev.xml | 21 |
1 files changed, 21 insertions, 0 deletions
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 @@ -1269,6 +1269,27 @@ </varlistentry> <varlistentry> + <term><varname>AdActorSysPrio=</varname></term> + <listitem> + <para>Specifies the 802.3ad system priority. Ranges [1-65535].</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>AdUserPortKey=</varname></term> + <listitem> + <para>Specifies the 802.3ad user defined portion of the port key. Ranges [0-1023].</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><varname>AdActorSystem=</varname></term> + <listitem> + <para>Specifies the 802.3ad system mac address. This can not be either NULL or Multicast.</para> + </listitem> + </varlistentry> + + <varlistentry> <term><varname>FailOverMACPolicy=</varname></term> <listitem> <para>Specifies whether the active-backup mode should set all slaves to |