From 28d38aa4cd0526adc1b53005cb1f7d70b3092617 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 29 May 2005 04:57:34 +0000 Subject: misc comments --- etc/rc.bootup | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc/rc.bootup') diff --git a/etc/rc.bootup b/etc/rc.bootup index 3df1176..144b7cb 100755 --- a/etc/rc.bootup +++ b/etc/rc.bootup @@ -48,6 +48,11 @@ $lan_if = $config['interfaces']['lan']['if']; $wan_if = get_real_wan_interface(); + /* + * Deterimine if we need to throw a interface exception + * and ask the user to reassign interfaces. This will + * avoid a reboot and thats a good thing. + */ $do_assign = 0; /* we need to ignore the vlan interface checks) */ if(stristr($lan_if,"vlan") == false or stristr($wan_if,"vlan") == false) { @@ -198,6 +203,7 @@ /* start IPsec tunnels */ vpn_ipsec_configure(); + /* setup interface microcode which improves tcp/ip speed */ setup_microcode(); /* done */ -- cgit v1.1