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:
Florian Eckert 2021-04-08 14:43:22 +02:00
parent e23eec581b
commit a0d1d9f0fb

View file

@ -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)