summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 21:05:28 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 21:05:28 +0100
commit5b7c2403d3176f81c767bd71abbc495e89540ab1 (patch)
tree4f0ae81d23a1e7b51764b5271d9bf19ca97d1b87 /etc/inc
parent7d5fc0b300dbe214f263a1493377bdb947db0675 (diff)
downloadpfsense-5b7c2403d3176f81c767bd71abbc495e89540ab1.zip
pfsense-5b7c2403d3176f81c767bd71abbc495e89540ab1.tar.gz
Mute this since only spams logs when interface is not there
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index f076845..490d5c4 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -2895,7 +2895,7 @@ function interface_configure($interface = "wan", $reloadall = false, $linkupeven
/* Disable Accepting router advertisements unless specifically requested */
if ($g['debug'])
log_error("Deny router advertisements for interface {$interface}");
- mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 -accept_rtadv");
+ mwexec("/sbin/ifconfig " . escapeshellarg($realif) . " inet6 -accept_rtadv", true);
/* wireless configuration? */
if (is_array($wancfg['wireless']))
OpenPOWER on IntegriCloud