From 4c9a2435c11f7784cc5782d68bf2d8ca58375f03 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Fri, 3 Nov 2017 17:04:49 +0000 Subject: [PATCH] network.rst: Document delay and lacp_rate options. --- doc/source/configuration/network.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/source/configuration/network.rst b/doc/source/configuration/network.rst index f9139cfe9..8e9c85165 100644 --- a/doc/source/configuration/network.rst +++ b/doc/source/configuration/network.rst @@ -246,8 +246,16 @@ The following attributes are supported: for the bond. ``bond_miimon`` For bond interfaces, the time in milliseconds between MII link monitoring. +``bond_updelay`` + For bond interfaces, the time in milliseconds to wait before declaring an + interface up (should be multiple of ``bond_miimon``). +``bond_downdelay`` + For bond interfaces, the time in milliseconds to wait before declaring an + interface down (should be multiple of ``bond_miimon``). ``bond_xmit_hash_policy`` For bond interfaces, the xmit_hash_policy to use for the bond. +``bond_lacp_rate`` + For bond interfaces, the lacp_rate to use for the bond. IP Addresses ------------