SEBA-204 Enable dhclient in RG container
Change-Id: I4019ddc3e4cba64c54adcdbcad57bc5fc685cf43
diff --git a/ponnet/templates/pon0-cni.yaml b/ponnet/templates/pon0-cni.yaml
index b35815b..8b23d5a 100644
--- a/ponnet/templates/pon0-cni.yaml
+++ b/ponnet/templates/pon0-cni.yaml
@@ -96,14 +96,11 @@
"name": "pon0",
"type": "bridge",
"bridge": "pon0",
- "isGateway": true,
- "ipMask": true,
+ "isGateway": false,
+ "ipMask": false,
"ipam": {
"type": "host-local",
- "subnet": "10.22.0.0/16",
- "routes": [
- { "dst": "0.0.0.0/0" }
- ]
+ "subnet": "10.22.0.0/16"
}
}