opennetworkinglab / stratum-onos-demo

Stratum+ONOS demo @ ONF Connect 2019 & EuroP4 '19
Apache License 2.0
13 stars 7 forks source link

Add route event handler to the routing app #61

Closed Yi-Tseng closed 5 years ago

Yi-Tseng commented 5 years ago

Add RoutingListener to Ipv4RoutingComponent. The listener handles route events from the route service and installs or remove routing rules to the topology. The app also installs routing rules when device added and there exist routes in the route store. This PR also add one Mininet command to generate ARP reply from hosts so ONOS can detect them.