diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-25 09:10:17 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-25 09:10:17 -0700 |
commit | 227ba9c0795cbe3a800266a17a5e762ea60c904d (patch) | |
tree | 95701978969397e409d3919a6a706d1d558a8882 | |
parent | c264c79e12e84f522d4eda1a14eb714c67355b2f (diff) | |
download | vyatta-cfg-system-227ba9c0795cbe3a800266a17a5e762ea60c904d.tar.gz vyatta-cfg-system-227ba9c0795cbe3a800266a17a5e762ea60c904d.zip |
Fix typo in hash_policy
-rwxr-xr-x | scripts/vyatta-bonding.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-bonding.pl b/scripts/vyatta-bonding.pl index 41602079..ced916d6 100755 --- a/scripts/vyatta-bonding.pl +++ b/scripts/vyatta-bonding.pl @@ -65,7 +65,7 @@ sub set_hash_policy { or die "Error: $intf is not a bonding device:$!\n"; print {$fm} $hash, "\n"; close $fm - or die "Error: $intf can not set hash $val:$!\n"; + or die "Error: $intf can not set hash $hash:$!\n"; } sub get_slaves { |