From 4546c16e3070b829a0e920f57c1a24ae8948fdc7 Mon Sep 17 00:00:00 2001 From: Alex Harpin Date: Tue, 3 Nov 2015 23:04:37 +0000 Subject: vyatta-cfg-system: rename smp_affinity to smp-affinity Rename the smp_affinity config option to smp-affinity in line with the standard option naming convention. Bug #18 http://bugzilla.vyos.net/show_bug.cgi?id=18 --- scripts/vyatta-bonding.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') 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"; } } -- cgit v1.2.3