summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 8cd8d5f0..eac89f07 100755
--- a/scripts/vyatta-bonding.pl
+++ b/scripts/vyatta-bonding.pl
@@ -155,7 +155,7 @@ sub if_up {
my $smp_affinity = get_irq_affinity($intf);
if ($smp_affinity) {
- system "irq-affinity.pl $intf $smp_affinity"
+ system "/opt/vyatta/sbin/irq-affinity.pl $intf $smp_affinity"
and warn "Could not set $intf smp_affinity $smp_affinity\n";
}
}