summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-12-22 23:18:47 +0000
committerErmal Luçi <eri@pfsense.org>2009-12-22 23:18:47 +0000
commitba0be4636ef1fc8884e208ae250f695016066773 (patch)
tree77226f5ec547c5e54dd9dcc8e1d08330c074069c /etc/rc.newwanip
parent5e3ed9bc9d25c5c8f54f5b42810369edb3362366 (diff)
downloadpfsense-ba0be4636ef1fc8884e208ae250f695016066773.zip
pfsense-ba0be4636ef1fc8884e208ae250f695016066773.tar.gz
This is not called only for wan.
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index a611714..c7da8eb 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -59,7 +59,7 @@ if(empty($argument)) {
log_error("rc.newwanip: on (IP address: {$curwanip}) (interface: {$interface}) (real interface: {$interface_real}).");
if($curwanip == "0.0.0.0") {
- log_error("rc.newwanip: Failed to update WAN IP, restarting...");
+ log_error("rc.newwanip: Failed to update {$interface} IP, restarting...");
interface_configure($interface);
exit;
}
OpenPOWER on IntegriCloud