add vlan port to fabric config file

Change-Id: Id8fb366b14822170eb5b341cb9911985db474e76
diff --git a/mcord/network-cfg.json b/mcord/network-cfg.json
index e215517..e46d42e 100644
--- a/mcord/network-cfg.json
+++ b/mcord/network-cfg.json
@@ -21,24 +21,18 @@
         		"location": "of:0000480fcfae5d48/41"
       		}
     	},
-    	   "1c:1b:0d:60:ed:38/-1" : {
+    	   "1c:1b:0d:68:7d:15/-1" : {
       		"basic": {
         		"ips": ["10.6.1.6"],
         		"location": "of:0000480fcfae5d48/42"
       			}
     	},
-    	   "00:1e:67:d2:ef:17/-1" : {
-      		"basic": {
-        		"ips": ["10.6.1.3"],
-        		"location": "of:0000480fcfae5d48/43"
-      			}
-    	},
     	   "00:1e:67:d2:ce:52/-1" : {
       		"basic": {
-        		"ips": ["10.6.1.5"],
+        		"ips": ["10.6.1.3"],
         		"location": "of:0000480fcfae5d48/44"
-      		}
-    }
+      			}
+        }
     },
     "ports": {
           "of:0000480fcfae5d48/41" : {
@@ -68,8 +62,18 @@
                         "ips" : [ "10.6.1.254/24" ]
                         }
                 ]
-           },
+           }
     },
     "links": {},
-    "apps": {}
+    "apps": {
+        "org.onosproject.segmentrouting": {
+          "xconnect": {
+             "of:0000480fcfae5d48": [{
+                "vlan": 199,
+                "ports": [42, 43],
+                "name": "OLT1"
+           }]
+          }
+        }  
+    }
 }