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>
(cherry picked from commit a9fe74d8fb
)
This commit is contained in:
parent
e23eec581b
commit
a0d1d9f0fb
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