summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-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 6215049f..8cd8d5f0 100755
--- a/scripts/vyatta-bonding.pl
+++ b/scripts/vyatta-bonding.pl
@@ -129,7 +129,7 @@ sub primary_slave {
return $match;
}
-sub smp_affinity {
+sub get_irq_affinity {
my $intf = shift;
my $cfg = new Vyatta::Config;