summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.linkup6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 0f1b25e..fd86c4c 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -39,13 +39,7 @@
} else {
for ($i = 1; $i <= $ARGC; $i++)
$argspassed .= $ARGV[$i] . " ";
- log_error("Arguments passed rc.linkup. '{$argspassed}'");
- if ( $ARGC != 2 ) {
- log_error("Incorrect number of arguments passed rc.linkup...exiting.");
- exit;
- }
-
log_error("Processing {$ARGV[1]} - {$ARGV[2]}");
$iface = convert_real_interface_to_friendly_interface_name($ARGV[1]);
/* XXX: billm - is this correct? we claim DHCP, but we're checking other types too */
OpenPOWER on IntegriCloud