New network config for DHCP relay app

Change-Id: I5f1a6934be2936c21cb754f6a951d87fffc065a4
diff --git a/trellis/trellis.json b/trellis/trellis.json
index e592753..1b4a5cd 100644
--- a/trellis/trellis.json
+++ b/trellis/trellis.json
@@ -182,11 +182,13 @@
         }
     },
     "apps" : {
-        "org.onosproject.dhcp-relay" : {
-            "dhcprelay" : {
-                "dhcpserverConnectPoint": "of:0000000000000205/7",
-                "serverip": "10.0.3.253"
-            }
+        "org.onosproject.dhcprelay" : {
+            "default": [
+                {
+                    "dhcpServerConnectPoint": "of:0000000000000205/7",
+                    "serverIps": ["10.0.3.253"]
+                }
+            ]
         }
     }
 }