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"]
+                }
+            ]
         }
     }
 }
diff --git a/trellis/trellis_dualhome.json b/trellis/trellis_dualhome.json
index 90b342e..5f4cdef 100644
--- a/trellis/trellis_dualhome.json
+++ b/trellis/trellis_dualhome.json
@@ -250,11 +250,13 @@
         }
     },
     "apps" : {
-        "org.onosproject.dhcp-relay" : {
-            "dhcprelay" : {
-                "dhcpserverConnectPoint": "of:0000000000000205/10",
-                "serverip": "10.0.3.253"
-            }
+        "org.onosproject.dhcprelay" : {
+            "default": [
+                {
+                    "dhcpServerConnectPoint": "of:0000000000000205/10",
+                    "serverIps": ["10.0.3.253"]
+                }
+            ]
         }
     }
 }
diff --git a/trellis/trellis_remote_dhcp.json b/trellis/trellis_remote_dhcp.json
index cfc30fc..a836a0f 100644
--- a/trellis/trellis_remote_dhcp.json
+++ b/trellis/trellis_remote_dhcp.json
@@ -174,12 +174,14 @@
         }
     },
     "apps" : {
-        "org.onosproject.dhcp-relay" : {
-            "dhcprelay" : {
-                "dhcpserverConnectPoint": "of:0000000000000205/8",
-                "serverip": "10.0.99.3",
-                "gatewayip": "10.0.1.1"
-            }
+        "org.onosproject.dhcprelay" : {
+            "default" : [
+                {
+                    "dhcpServerConnectPoint": "of:0000000000000205/8",
+                    "serverIps": ["10.0.99.3"],
+                    "gatewayIps": ["10.0.1.1"]
+                }
+            ]
         }
     }
 }
diff --git a/trellis/trellis_vlan.json b/trellis/trellis_vlan.json
index 461c16e..b17a1a7 100644
--- a/trellis/trellis_vlan.json
+++ b/trellis/trellis_vlan.json
@@ -175,11 +175,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"]
+                }
+            ]
         }
     }
 }