Correct default address pool base value

This commit is contained in:
Jason Ertel
2020-12-11 23:29:59 -05:00
parent c5a3597564
commit fd7fe72b2a

View File

@@ -910,7 +910,7 @@ docker_registry() {
" \"bip\": \"$DNETBIP\","\ " \"bip\": \"$DNETBIP\","\
" \"default-address-pools\": ["\ " \"default-address-pools\": ["\
" {"\ " {"\
" \"base\" : \"$DOCKERNET\","\ " \"base\" : \"$DOCKERNET/24\","\
" \"size\" : 24"\ " \"size\" : 24"\
" }"\ " }"\
" ]"\ " ]"\