summaryrefslogtreecommitdiffstats
path: root/src/etc/rc.linkup
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-02-19 00:34:13 -0600
committerChris Buechler <cmb@pfsense.org>2016-02-19 00:34:13 -0600
commita20da2b6f9146c51615c20adb58484643644f72e (patch)
treeb898620819cd6758158b5cff814b03020bf84321 /src/etc/rc.linkup
parent9d51fcde47a2531d84b44a3e017b18c566abe804 (diff)
downloadpfsense-a20da2b6f9146c51615c20adb58484643644f72e.zip
pfsense-a20da2b6f9146c51615c20adb58484643644f72e.tar.gz
Clarify log, it's not really "ignoring" it.
Diffstat (limited to 'src/etc/rc.linkup')
-rwxr-xr-xsrc/etc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rc.linkup b/src/etc/rc.linkup
index 153cd49..dafd56d 100755
--- a/src/etc/rc.linkup
+++ b/src/etc/rc.linkup
@@ -71,7 +71,7 @@ function handle_argument_group($iface, $argument2) {
}
if ($staticv4 === true && $staticv6 === true) {
$friendly = convert_friendly_interface_to_friendly_descr($iface);
- log_error("Hotplug event detected for {$friendly}({$iface}) but ignoring since interface is configured with static IP ({$ipaddr} {$ip6addr})");
+ log_error("Hotplug event detected for {$friendly}({$iface}) static IP ({$ipaddr} {$ip6addr})");
interfaces_staticarp_configure($iface);
switch ($argument2) {
case 'start':
OpenPOWER on IntegriCloud