From f7f24e6bdfa2ad5802557200e4c0184dd8e16115 Mon Sep 17 00:00:00 2001 From: Rémy Oudompheng Date: Sat, 20 Aug 2011 13:45:46 +0200 Subject: bond: add example, fix missing quotes and typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Oudompheng --- docs/examples/bonding | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/examples/bonding (limited to 'docs') diff --git a/docs/examples/bonding b/docs/examples/bonding new file mode 100644 index 0000000..7b70d46 --- /dev/null +++ b/docs/examples/bonding @@ -0,0 +1,9 @@ +CONNECTION="bond" +DESCRIPTION='Bond Interface' +INTERFACE='bond0' +IP='static' +ADDR="10.0.0.1" +NETMASK="255.0.0.0" +BOND_INTERFACES=("eth0" "eth2") +SKIPNOCARRIER="yes" + -- cgit v1.2.3-24-g4f1b