changed NAD to static to test

This commit is contained in:
maximilian.bartz 2025-07-22 12:16:37 +02:00
parent f76153ff5d
commit b15d8e6882
2 changed files with 80 additions and 1 deletions

View file

@ -9,6 +9,12 @@ spec:
"type": "bridge",
"bridge": "br-mgmt",
"ipam": {
"type": "dhcp"
"type": "static",
"addresses": [
{
"address": "192.168.10.100/24",
"gateway": "192.168.10.1"
}
]
}
}'