From 46c80e873091c244fca2135e46df8e74f8d62b3b Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 13 Apr 2011 09:03:59 -0700 Subject: Bonding script typo Was using 'smp_affinity' where code meant 'get_irq_affinity' --- scripts/vyatta-bonding.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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; -- cgit v1.2.3