diff options
Diffstat (limited to 'docs/examples/bonding')
-rw-r--r-- | docs/examples/bonding | 9 |
1 files changed, 9 insertions, 0 deletions
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" + |