Skip to content

Commit

Permalink
Merge pull request #5 from jd/master
Browse files Browse the repository at this point in the history
Fix typo in bond-mode
  • Loading branch information
sathlan committed Feb 8, 2012
2 parents ff29cc3 + 7f6f154 commit a36736f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/bl-common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"set iface[. = 'bond0']/family inet",
"set iface[. = 'bond0']/method manual",
"set iface[. = 'bond0']/bond-slaves 'eth1 eth2'",
"set iface[. = 'bond0']/bound-mode balance-xor",
"set iface[. = 'bond0']/bond-mode balance-xor",
"set iface[. = 'bond0']/bond-miimon 100",
"set iface[. = 'bond0']/bond-downdelay 200",
"set iface[. = 'bond0']/bond-updelay 200",
Expand Down
4 changes: 2 additions & 2 deletions manifests/fw-common.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"set iface[. = 'bond0']/family inet",
"set iface[. = 'bond0']/method manual",
"set iface[. = 'bond0']/bond-slaves 'eth1 eth2'",
"set iface[. = 'bond0']/bound-mode balance-xor",
"set iface[. = 'bond0']/bond-mode balance-xor",
"set iface[. = 'bond0']/bond-miimon 100",
"set iface[. = 'bond0']/bond-downdelay 200",
"set iface[. = 'bond0']/bond-updelay 200",
Expand All @@ -23,7 +23,7 @@
"set iface[. = 'bond1']/family inet",
"set iface[. = 'bond1']/method manual",
"set iface[. = 'bond1']/bond-slaves 'eth3 eth4'",
"set iface[. = 'bond1']/bound-mode balance-xor",
"set iface[. = 'bond1']/bond-mode balance-xor",
"set iface[. = 'bond1']/bond-miimon 100",
"set iface[. = 'bond1']/bond-downdelay 200",
"set iface[. = 'bond1']/bond-updelay 200",
Expand Down

0 comments on commit a36736f

Please sign in to comment.