summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/vyatta-bonding.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vyatta-bonding.pl b/scripts/vyatta-bonding.pl
index aa733b61..9c9eb995 100755
--- a/scripts/vyatta-bonding.pl
+++ b/scripts/vyatta-bonding.pl
@@ -139,7 +139,7 @@ sub get_irq_affinity {
return;
}
$cfg->setLevel($slaveif->path());
- return $cfg->returnValue('smp_affinity');
+ return $cfg->returnValue('smp-affinity');
}
sub if_down {
@@ -156,7 +156,7 @@ sub if_up {
my $smp_affinity = get_irq_affinity($intf);
if ($smp_affinity) {
system "/opt/vyatta/sbin/irq-affinity.pl $intf $smp_affinity"
- and warn "Could not set $intf smp_affinity $smp_affinity\n";
+ and warn "Could not set $intf smp-affinity $smp_affinity\n";
}
}