mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-08 21:05:54 +08:00
change network log
This commit is contained in:
parent
e2f0bf5a0f
commit
8eb0e5bfae
1 changed files with 1 additions and 1 deletions
|
@ -738,7 +738,7 @@ setup_mesh() {
|
|||
|
||||
# add a network if none present
|
||||
if [ "$networkCount" -lt 1 ]; then
|
||||
echo "Creating netmaker network (10.101.0.0/16)"
|
||||
echo "Creating netmaker network (100.172.188.0/24)"
|
||||
|
||||
# TODO causes "Error Status: 400 Response: {"Code":400,"Message":"could not find any records"}"
|
||||
nmctl network create --name netmaker --ipv4_addr 100.172.188.0/24
|
||||
|
|
Loading…
Add table
Reference in a new issue