summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-25 09:10:17 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2010-10-25 09:10:17 -0700
commit227ba9c0795cbe3a800266a17a5e762ea60c904d (patch)
tree95701978969397e409d3919a6a706d1d558a8882
parentc264c79e12e84f522d4eda1a14eb714c67355b2f (diff)
downloadvyatta-cfg-system-227ba9c0795cbe3a800266a17a5e762ea60c904d.tar.gz
vyatta-cfg-system-227ba9c0795cbe3a800266a17a5e762ea60c904d.zip
Fix typo in hash_policy
-rwxr-xr-xscripts/vyatta-bonding.pl2
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 {