Adding support for adjacency label configuration, auto-generation
and publication

Change-Id: I9e5195c99299c7457230d71dad7002d15bf62bf9
diff --git a/conf/sr-3node.conf b/conf/sr-3node.conf
index 19eeff5..8d0a25b 100644
--- a/conf/sr-3node.conf
+++ b/conf/sr-3node.conf
@@ -11,10 +11,6 @@
                              "routerMac": "00:00:01:01:01:80",
                              "nodeSid": 101,
                              "isEdgeRouter" : true,
-                             "adjacencySids": [
-                                               { "portNo": 6, "adjSid": 10234 },
-                                               { "portNo": 7, "adjSid": 29019 }
-                                               ],
                              "subnets": [
                                          { "portNo": 1, "subnetIp": "10.0.1.128/24" },
                     					 { "portNo": 2, "subnetIp": "10.0.1.128/24" },
@@ -30,12 +26,7 @@
                  "params": { "routerIp": "192.168.0.2/32",
                              "routerMac": "00:00:02:02:02:80",
                              "nodeSid": 102,
-                             "isEdgeRouter" : false,
-                             "adjacencySids": [
-                                               { "portNo": 1, "adjSid": 12453 },
-                                               { "portNo": 2, "adjSid": 23333 },
-                                               { "portNo": 3, "adjSid": 22233 }
-                                               ]
+                             "isEdgeRouter" : false
                              }
                  },
 
@@ -45,9 +36,6 @@
                              "routerMac": "00:00:07:07:07:80",
                              "nodeSid": 103,
                              "isEdgeRouter" : true,
-                             "adjacencySids": [
-                                               { "portNo": 2, "adjSid": 92033 }
-                                               ],
                              "subnets": [
                                          { "portNo": 1, "subnetIp": "7.7.7.128/24" }
                                          ]