dnsmasq: add -c or --cache-size option to dnsmasq via cachesize UCI option (#7625)

SVN-Revision: 22490
This commit is contained in:
Jo-Philipp Wich 2010-08-04 17:16:46 +00:00
parent 97b10e38a8
commit 251c93bcbf

View File

@ -74,6 +74,7 @@ dnsmasq() {
append_bool "$cfg" enable_tftp "--enable-tftp"
append_bool "$cfg" nonwildcard "-z"
append_parm "$cfg" cachesize "-c"
append_parm "$cfg" dnsforwardmax "-0"
append_parm "$cfg" port "-p"
append_parm "$cfg" ednspacket_max "-P"