Added NASId, IP Address for a device and auto pick data from external or ONOS configuration
Change-Id: Ib3ecd911c43dd1cd0d03cef3916b1e513f9bbdaf
diff --git a/src/main/resources/config.json b/src/main/resources/config.json
index e01da23..eff6202 100644
--- a/src/main/resources/config.json
+++ b/src/main/resources/config.json
@@ -19,7 +19,9 @@
"nasPortId": "1/1/2",
"port": 125,
"slot": 3,
- "hardwareIdentifier": "aa:bb:cc:dd:ee:ff"
+ "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+ "ipAddress":"10.10.10.10",
+ "nasId":"XXX-NASID"
},
{
@@ -29,7 +31,16 @@
"nasPortId": "1/1/2",
"port": 129,
"slot": 4,
- "hardwareIdentifier": "aa:bb:cc:dd:ee:ff"
+ "hardwareIdentifier": "aa:bb:cc:dd:ee:ff",
+ "ipAddress":"1.1.1.1",
+ "nasId":"YYY-NASID"
+ },
+
+ {
+ "id": "cc:dd:ee:ff:aa:bb",
+ "hardwareIdentifier": "cc:dd:ee:ff:aa:bb",
+ "ipAddress":"12.12.12.12",
+ "nasId":"CCC-NASID"
}
]
-}
\ No newline at end of file
+}