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
@ -46,6 +46,8 @@ rtadvd_precmd()
|
||||
fi
|
||||
done
|
||||
;;
|
||||
[Nn][Oo][Nn][Ee])
|
||||
;;
|
||||
*)
|
||||
command_args="${rtadvd_interfaces}"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user