From 91ff1c8c4ee490d113ac25fbca0f4596ca069a7d Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Thu, 17 May 2012 00:19:51 +0200 Subject: Fix variable name mix-up in bonding documentation (FS#29918) BOND_INTERFACES was documented, but SLAVE_INTERFACES was implemented. --- docs/examples/bonding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples') 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" -- cgit v1.2.3-24-g4f1b