From 227ba9c0795cbe3a800266a17a5e762ea60c904d Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 25 Oct 2010 09:10:17 -0700 Subject: Fix typo in hash_policy --- scripts/vyatta-bonding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/vyatta-bonding.pl') 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 { -- cgit v1.2.3