From 6ee4c02f87663da266a2a171db7dbb06f8981ec6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Feb 2005 00:18:22 +0000 Subject: Renable interface assignment check code. --- etc/rc.bootup | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 2d65c8c..0086bae 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -49,11 +49,11 @@ if($config['interfaces']['wan']['ipaddr'] <> "pppoe" && $config['interfaces']['wan']['ipaddr'] <> "pptp" && $do_assign == 0) if(does_interface_exist($wan_if) == false) $do_assign = 1; - //if($do_assign == 1) { - // $noreboot = true; - // echo "\n\n\nInterface mismatch. Running interface assignment option.\n"; - // set_networking_interfaces_ports(); - //} + if($do_assign == 1) { + $noreboot = true; + echo "\n\n\nInterface mismatch. Running interface assignment option.\n"; + set_networking_interfaces_ports(); + } /* convert configuration, if necessary */ convert_config(); -- cgit v1.1