summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.newwanip
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-05-07 19:28:35 -0500
committerChris Buechler <cmb@pfsense.org>2016-05-07 19:28:35 -0500
commitef945b86ae9cd8ec78bf06ff10635ddf5ba704f3 (patch)
tree9d559d75c08e9912da30a5eb139d2fc07c2fb006 /src/etc/rc.newwanip
parent6f069e921c0a2aabe66ee069c20148b4fcbb0918 (diff)
downloadpfsense-ef945b86ae9cd8ec78bf06ff10635ddf5ba704f3.zip
pfsense-ef945b86ae9cd8ec78bf06ff10635ddf5ba704f3.tar.gz
Log if rc.newwanip(v6) is called with empty interface.
Diffstat (limited to 'src/etc/rc.newwanip')
-rwxr-xr-xsrc/etc/rc.newwanip1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/rc.newwanip b/src/etc/rc.newwanip
index 4831043..d7afb2a 100755
--- a/src/etc/rc.newwanip
+++ b/src/etc/rc.newwanip
@@ -106,6 +106,7 @@ if (empty($interface)) {
if (platform_booting()) {
return;
}
+ log_error("rc.newwanip called with empty interface.");
filter_configure();
restart_packages();
return;
OpenPOWER on IntegriCloud