commit | d36a74b11d50ef34dd1d175444cde45ff8a7f985 | [log] [tgz] |
---|---|---|
author | Pavlin Radoslavov <pavlin@onlab.us> | Fri Jan 09 11:59:07 2015 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Jan 09 22:03:35 2015 +0000 |
tree | 9d54dc02534229e603ec8268f6236d9bf68e6214 | |
parent | c02c0b8546d135779d7dc8ed0a7fbc21b1d7b48b [diff] |
Add explicit flow rules to receive control packets: ARP, LLDP, BDDP This fixes ONOS-540 NOTES: * Currently, the flow rules are pushed by each module that needs to receive the corresponding control packets: - ARP: ProxyArpManager, HostLocationProvider - LLDP and BDDP: LLDPLinkProvider * Pushing the corresponding IPv6 rules for Neighbor Discovery is not done yet * In the future, we might want to consider an explicit service to subscribe for receiving particular control packets Change-Id: I292ad11a2e48390624f381c278e55e5d0af93c6d
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.