istio.io/istio@v0.0.0-20240520182934-d79c90f27776/cni/pkg/install/testdata/bridge.conf (about) 1 { 2 "cniVersion": "0.4.0", 3 "name": "dbnet", 4 "type": "bridge", 5 "bridge": "cni0", 6 "ipam": { 7 "type": "host-local", 8 "subnet": "10.1.0.0/16", 9 "gateway": "10.1.0.1" 10 }, 11 "dns": { 12 "nameservers": [ "10.1.0.1" ] 13 } 14 }