|
|
@ -3,10 +3,8 @@ |
|
|
|
USE_PROCD=1 |
|
|
|
START=25 |
|
|
|
|
|
|
|
EXTRA_COMMANDS="uciadd ucidel" |
|
|
|
EXTRA_HELP="\ |
|
|
|
uciadd Add default bridge configuration to network and firewall uci config |
|
|
|
ucidel Delete default bridge configuration from network and firewall uci config" |
|
|
|
extra_command "uciadd" "Add default bridge configuration to network and firewall uci config" |
|
|
|
extra_command "ucidel" "Delete default bridge configuration from network and firewall uci config" |
|
|
|
|
|
|
|
DOCKERD_CONF="/tmp/dockerd/daemon.json" |
|
|
|
|
|
|
|