diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-07-23 23:25:57 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-07-23 23:25:57 +0000 |
commit | 2770eddeecd0c10badc7b1c581301409dae6b904 (patch) | |
tree | 774689bd0c85b947cff950f289cb4a7708cf09ff /etc/inc | |
parent | 4973d9414a07d715af8321f9b0b22e144ddbbdd7 (diff) | |
download | pfsense-2770eddeecd0c10badc7b1c581301409dae6b904.zip pfsense-2770eddeecd0c10badc7b1c581301409dae6b904.tar.gz |
dont sync on boot
Diffstat (limited to 'etc/inc')
-rw-r--r-- | etc/inc/interfaces.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index bbbfe7c..f7c27d9 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -487,8 +487,6 @@ function interfaces_wan_configure() { mwexec($cmd); } - filter_configure_sync(); - switch ($wancfg['ipaddr']) { case 'dhcp': |