diff options
Diffstat (limited to 'scripts/vyatta-bonding.pl')
-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 { |