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:24:43 +0000
commit83c0dc1d1ea154c0096f6a291f51944d057f5241 (patch)
tree75f45fe95288a9999cade8c56e409b888b12e3c6 /etc
parent91571af53adba6d3f5472e72fca6256c53766abe (diff)
downloadpfsense-83c0dc1d1ea154c0096f6a291f51944d057f5241.zip
pfsense-83c0dc1d1ea154c0096f6a291f51944d057f5241.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 e84c467..0f25107 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -87,10 +87,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