summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-16 18:33:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-16 18:33:51 +0000
commit8b22314b8418e289f8c3dcec9b94c8674e8f9767 (patch)
tree7f29104ebd1f15b20880f2a3626513d18cf9c1ff /etc/rc.newwanip
parent41c649df506ae9edc42a308d237751c27244c95d (diff)
downloadpfsense-8b22314b8418e289f8c3dcec9b94c8674e8f9767.zip
pfsense-8b22314b8418e289f8c3dcec9b94c8674e8f9767.tar.gz
* Clean up, remove old commented out code.
* Ensure that we are generating racoon policies after wan ip changes
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip10
1 files changed, 0 insertions, 10 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index f1cdda3..89fda6e 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -35,13 +35,6 @@
require_once("functions.inc");
/* WAN IP address has changed */
-
- /* make sure to wait until the boot scripts have finished
- while (file_exists("{$g['varrun_path']}/booting")) {
- sleep(1);
- }
- */
-
$curwanip = get_current_wan_address();
/* dhclient or MPD told us that the IP address has changed;
@@ -62,9 +55,6 @@
/* resync ipfilter */
filter_resync();
- /* flush NAT table */
- //filter_flush_nat_table();
-
/* reconfigure IPsec tunnels */
vpn_ipsec_configure(true);
OpenPOWER on IntegriCloud