Release 2.0.1.
Also no longer build in any netcfg.
Provide as an example.
Change-Id: Iaecc600cc8fdad79ebd0c11676cf5a2645dd8c95
diff --git a/network-cfg-example.json b/network-cfg-example.json
new file mode 100644
index 0000000..4953482
--- /dev/null
+++ b/network-cfg-example.json
@@ -0,0 +1,65 @@
+{
+ "devices": {
+ "of:00000000ac110001": {
+ "accessDevice": {
+ "uplink": "65536",
+ "vlan": "1"
+ },
+ "basic": {
+ "driver": "voltha"
+ }
+ }
+ },
+ "apps": {
+ "org.opencord.dhcpl2relay": {
+ "dhcpl2relay": {
+ "useOltUplinkForServerPktInOut": true
+ }
+ },
+ "org.opencord.aaa": {
+ "AAA": {
+ "radiusIp": "172.17.0.1",
+ "radiusServerPort": "1812",
+ "radiusSecret": "SECRET",
+ "nasIp": "172.17.0.1",
+ "radiusConnectionType": "socket"
+ }
+ },
+ "org.opencord.sadis": {
+ "sadis": {
+ "integration": {
+ "cache": {
+ "enabled": true,
+ "maxsize": 50,
+ "ttl": "PT1m"
+ }
+ },
+ "entries": [
+ {
+ "id": "BBSIMOLT000",
+ "uplinkPort": 65536,
+ "hardwareIdentifier": "00:00:ac:11:00:01",
+ "ipAddress": "172.17.0.1",
+ "nasId": "BBSIMOLT000"
+ },
+ {
+ "id": "BBSM00000001-1",
+ "cTag": 900,
+ "sTag": 900,
+ "nasPortId": "BBSM00000001-1",
+ "circuitId": "BBSM00000001-1",
+ "remoteId": "BBSIMOLT000"
+ },
+ {
+ "id": "BBSM00000002-1",
+ "cTag": 901,
+ "sTag": 901,
+ "nasPortId": "BBSM00000002-1",
+ "circuitId": "BBSM00000002-1",
+ "remoteId": "BBSIMOLT000"
+ }
+ ]
+ }
+ }
+ }
+}