changes in l23network docs

This commit is contained in:
Sergey Vasilenko 2013-08-13 16:57:43 +04:00
parent e99200617c
commit 9178927000
1 changed files with 3 additions and 3 deletions

View File

@ -163,15 +163,15 @@ For bonding of two interfaces you need to:
For example (defaults included):
l23network::l3::ifconfig {'eth1': ipaddr=>'none', bond_master=>'bond0'} ->
l23network::l3::ifconfig {'eth2': ipaddr=>'none', bond_master=>'bond0'} ->
l23network::l3::ifconfig {'bond0':
ipaddr => '192.168.232.1',
netmask => '255.255.255.0',
bond_mode => 0,
bond_miimon => 100,
bond_lacp_rate => 1,
}
} ->
l23network::l3::ifconfig {'eth1': ipaddr=>'none', bond_master=>'bond0'} ->
l23network::l3::ifconfig {'eth2': ipaddr=>'none', bond_master=>'bond0'}
More information about bonding of network interfaces you can find in manuals for you operation system: