summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-29 04:57:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-29 04:57:34 +0000
commit28d38aa4cd0526adc1b53005cb1f7d70b3092617 (patch)
tree4cf12780fef8b88cf0655d1a58937270e8b46ecb
parent055cf54b85881b6d2c6701c3ddaac7366bec2b7c (diff)
downloadpfsense-28d38aa4cd0526adc1b53005cb1f7d70b3092617.zip
pfsense-28d38aa4cd0526adc1b53005cb1f7d70b3092617.tar.gz
misc comments
-rwxr-xr-xetc/rc.bootup6
1 files changed, 6 insertions, 0 deletions
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 */
OpenPOWER on IntegriCloud