Adding README.md and netcfg examples
Change-Id: I4be73ef61f9585371a777a205105fc370de43dc2
diff --git a/examples/igmpproxy.json b/examples/igmpproxy.json
new file mode 100644
index 0000000..036bd26
--- /dev/null
+++ b/examples/igmpproxy.json
@@ -0,0 +1,14 @@
+{
+ "org.opencord.igmpproxy": {
+ "igmpproxy": {
+ "FastLeave": "true",
+ "LastQueryInterval": 1,
+ "MaxResp": 1,
+ "globalConnectPointMode": "true",
+ "globalConnectPoint": "of:00000a0a0a0a0a00/1048576",
+ "enableIgmpProvisioning": "true",
+ "sourceDeviceAndPort": "of:00000a0a0a0a0a00/1048576",
+ "igmpOnPodBasis": "false"
+ }
+ }
+}
\ No newline at end of file