diff options
-rw-r--r-- | docs/examples/bonding | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/bonding b/docs/examples/bonding index 7b70d46..e8d4a7f 100644 --- a/docs/examples/bonding +++ b/docs/examples/bonding @@ -4,6 +4,6 @@ INTERFACE='bond0' IP='static' ADDR="10.0.0.1" NETMASK="255.0.0.0" -BOND_INTERFACES=("eth0" "eth2") +SLAVE_INTERFACES=("eth0" "eth2") SKIPNOCARRIER="yes" |