Some corrections and enhancements for VOL-2620.

- getDeviceUplink method returns an optional. Result of the method
 was not treated as an Optional in some parts of IgmpManager service.
 These points are corrected.
- JSON device example is enriched.
- an obsolete method (provisionDefaultFlows) removed.

Change-Id: I60eb58c6f414c0935b743cb452b5da0e03d596f4
1 file changed
tree: 4e07bbb24b5d0549cff14fbd900fdb7eb7d6a2c7
  1. .gitignore
  2. .gitreview
  3. CODE_OF_CONDUCT.md
  4. DesignDoc.md
  5. README.md
  6. app.xml
  7. examples/
  8. pom.xml
  9. src/
README.md

IGMP Proxy app

IGMP Proxy app receives and decodes igmp report messega from hosts.

Design Document

Please checkout the detailed design document.

Json Examples

After you activated the app in ONOS with

app activate org.opencord.igmpproxy

You need to submit json files for configuration. Some example can be found in the examples folder. Please modify them accordingluy

The command to load a netcfg file is

onos netcfg <onos_ip> path/to/file.json