dnsmasq: add support for option "--dhcp-script" (thanks Bastian Bittorf)
SVN-Revision: 25137
This commit is contained in:
parent
e6a9e6875a
commit
e14097aca9
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ dnsmasq() {
|
|||
append_bool "$cfg" enable_tftp "--enable-tftp"
|
||||
append_bool "$cfg" nonwildcard "-z"
|
||||
|
||||
append_parm "$cfg" dhcpscript "-6"
|
||||
append_parm "$cfg" cachesize "-c"
|
||||
append_parm "$cfg" dnsforwardmax "-0"
|
||||
append_parm "$cfg" port "-p"
|
||||
|
|
Loading…
Reference in a new issue