summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-24 16:13:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-24 16:13:06 +0000
commit12a6188df0a1fad66e41b8e452ccfdf77c34544e (patch)
tree82267c6840a11361c6280f8214e8adcf4dabb6a9 /etc/rc.bootup
parent404d9c052a4ce9a5ca985becb1d052962f9527a1 (diff)
downloadpfsense-12a6188df0a1fad66e41b8e452ccfdf77c34544e.zip
pfsense-12a6188df0a1fad66e41b8e452ccfdf77c34544e.tar.gz
Ignore vlan on both interfaces
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 99e4c6a..37762f8 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -63,7 +63,7 @@
*/
$do_assign = 0;
/* we need to ignore the vlan interface checks) */
- if(stristr($lan_if,"vlan") == false or stristr($wan_if,"vlan") == false) {
+ if(stristr($lan_if,"vlan") == false and stristr($wan_if,"vlan") == false) {
if(does_interface_exist($lan_if) == false) {
echo "\n\n\nLAN {$lan_if} interface mismatch.";
$do_assign = 1;
OpenPOWER on IntegriCloud