COMAC-97 Apply the latest changes to comac-in-a-box

Tested with the latest patch: https://gerrit.opencord.org/#/c/15057/

Change-Id: I584df922cddc739142d4bf6435b2223354101527
diff --git a/comac-in-a-box/resources/quagga.yaml b/comac-in-a-box/resources/quagga.yaml
index 63f87f5..130fb1a 100644
--- a/comac-in-a-box/resources/quagga.yaml
+++ b/comac-in-a-box/resources/quagga.yaml
@@ -22,7 +22,7 @@
     app: quagga
   annotations:
     k8s.v1.cni.cncf.io/networks: '[
-            { "name": "sgi-net", "interface": "sgi-rtr", "interfaceRequest": "sgi-rtr" }
+            { "name": "sgi-net", "interface": "sgi-rtr", "ips": "13.1.1.254/24" }
     ]'
 spec:
   containers:
@@ -30,9 +30,7 @@
     command: ["/bin/bash", "-c"]
     args:
       - >
-        ip addr flush sgi-rtr;
         ip link set sgi-rtr address 0e:00:00:00:00:01;
-        ip addr add 13.1.1.254/24 dev sgi-rtr;
         trap : TERM INT; sleep infinity & wait
     image: opencord/quagga
     securityContext: