luci-app-dockerman: remove setting default bip option
If no bip option is set, then the default configuration of dockerd should be used. The option does not need to be set explicitly. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
parent
63c5cb5614
commit
a9fe74d8fb
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ if nixio.fs.access("/usr/bin/dockerd") then
|
|||
translate("Default bridge"),
|
||||
translate("Configure the default bridge network"))
|
||||
o.placeholder = "172.17.0.1/16"
|
||||
o.default = "172.17.0.1/16"
|
||||
o.datatype = "ipaddr"
|
||||
o:depends("remote_endpoint", 0)
|
||||
|
||||
|
|
Loading…
Reference in a new issue