mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If rtadvd_interfaces is set to "none", start rtadvd without listing
any interfaces on the command line. MFC after: 1 week
This commit is contained in:
parent
c1803a93a4
commit
55de4cd6fe
1 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,8 @@ rtadvd_precmd()
|
|||
fi
|
||||
done
|
||||
;;
|
||||
[Nn][Oo][Nn][Ee])
|
||||
;;
|
||||
*)
|
||||
command_args="${rtadvd_interfaces}"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue