diff options
author | Stephen Hemminger <shemminger@vyatta.com> | 2011-04-13 09:03:59 -0700 |
---|---|---|
committer | Stephen Hemminger <shemminger@vyatta.com> | 2011-04-13 09:03:59 -0700 |
commit | 46c80e873091c244fca2135e46df8e74f8d62b3b (patch) | |
tree | da23654ae00bb7ecbc49be5b0641115d45cf5333 /scripts | |
parent | 4f99a15819df23e820d5516993dd89b0de7bcd45 (diff) | |
download | vyatta-cfg-quagga-46c80e873091c244fca2135e46df8e74f8d62b3b.tar.gz vyatta-cfg-quagga-46c80e873091c244fca2135e46df8e74f8d62b3b.zip |
Bonding script typo
Was using 'smp_affinity' where code meant 'get_irq_affinity'
Diffstat (limited to 'scripts')
-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 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; |