diff --git a/setup/so-functions b/setup/so-functions index a088b7f8a..d5845363a 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1484,9 +1484,9 @@ create_global() { if [ -z "$DOCKERNET" ]; then DOCKERNET=172.17.1.0 - DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24 + DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.') else - DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.')/24 + DOCKERBIP=$(echo $DOCKERNET | awk -F'.' '{print $1,$2,$3,1}' OFS='.') fi if [ -f "$global_pillar_file" ]; then