commit | 45d2d6a32b71ee5247a6125285cb8073b9c71e0e | [log] [tgz] |
---|---|---|
author | Esin Karaman <esin.karaman@netsia.com> | Mon May 04 12:27:55 2020 +0000 |
committer | Esin Karaman <esin.karaman@netsia.com> | Mon May 04 15:36:15 2020 +0300 |
tree | d90bdf02eb8f67483a6554955cde996e4bd28d21 | |
parent | b0018fd0f4d91031404239a4d11b9c5bfc31a2fc [diff] |
SEBA-976 IgmpProxy monitors sinks by sending IGMP Query messages. Generated messages are 54 bytes long. However, they should be min 64 bytes in length according to the Ethernet standard in order to be transferred to ONUs. Solution: padding flag of an Ethernet object is set to true. Change-Id: I6282c645b58bdc3810755fed644379408893d99e
IGMP Proxy app receives and decodes igmp report messega from hosts.
Please checkout the detailed design document.
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