summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-04-12 11:24:43 +0000
committerErmal <eri@pfsense.org>2014-04-12 11:25:01 +0000
commit1f43ccf5539126254efa509e087133b522ee264f (patch)
tree24b066640c53af28abd1ea53cbeb0e9596a87d81 /etc
parentf96b9a1830ee2b08c142207ebfa4f695d0628853 (diff)
downloadpfsense-1f43ccf5539126254efa509e087133b522ee264f.zip
pfsense-1f43ccf5539126254efa509e087133b522ee264f.tar.gz
Forgot to remove the problematic part from previous OpenVPN loop fix commit
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.newwanip4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index df00148..9c92099 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -84,10 +84,6 @@ else {
$curwanip = find_interface_ip($interface_real, true);
if($curwanip == "")
$curwanip = get_interface_ip($interface);
- if (($curwanip == "") && empty($config['interfaces'][$interface]['ipaddr'])) {
- log_error("Interface does not have an IP address, nothing to do.");
- return;
- }
}
log_error("rc.newwanip: on (IP address: {$curwanip}) (interface: {$interface_descr}[{$interface}]) (real interface: {$interface_real}).");
OpenPOWER on IntegriCloud