mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: fix a typo
This commit is contained in:
parent
3972bedbdf
commit
9d4552b5e7
@ -2366,7 +2366,7 @@ function interface_configure($verbose = false, $interface = 'wan', $reload = fal
|
||||
}
|
||||
|
||||
/* Disable Accepting router advertisements unless specifically requested */
|
||||
mwexec('/sbin/ifconfig %s inet6 -accept_rtadv', array($realif));
|
||||
mwexecf('/sbin/ifconfig %s inet6 -accept_rtadv', array($realif));
|
||||
|
||||
/* wireless configuration? */
|
||||
if (isset($wancfg['wireless']) && is_array($wancfg['wireless']) && !$linkupevent) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user