From 34dcf69066e19f464ad49fbd04400da7498a816b Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 Apr 2007 23:13:35 +0000 Subject: $config needs to be a global. Someone needs a pointy-hat! --- etc/rc.linkup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.linkup') diff --git a/etc/rc.linkup b/etc/rc.linkup index 9313c9c..644ff82 100755 --- a/etc/rc.linkup +++ b/etc/rc.linkup @@ -46,9 +46,10 @@ } function handle_argument_group($argument1, $argument2) { + global $config; log_error("Processing {$argument1} - {$argument2}"); $iface = convert_real_interface_to_friendly_interface_name($argument1); - if($config['interfaces'][$friendly_interface]['ipaddr'] <> "dhcp" and + if($config['interfaces'][$iface]['ipaddr'] <> "dhcp" and $config['interfaces'][$iface]['ipaddr'] <> "pppoe" and $config['interfaces'][$iface]['ipaddr'] <> "bigpond" and $config['interfaces'][$iface]['ipaddr'] <> "pptp") { -- cgit v1.1