summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 6dd7fe1..ba629d9 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -40,9 +40,6 @@
for ($i = 1; $i <= $ARGC; $i++)
$argspassed .= $ARGV[$i] . " ";
- if ( $ARGC != 2 ) {
- exit;
- }
log_error("Processing {$ARGV[1]} - {$ARGV[2]}");
$iface = convert_real_interface_to_friendly_interface_name($ARGV[1]);
OpenPOWER on IntegriCloud