Added ability to disable ARP flows in Forwarding. Many hardware switches...
Added ability to disable ARP flows in Forwarding. Many hardware switches cannot handle ARP flows. ARP flows on by default; turn off/on via 'flood-arp' in floodlightdefault.properties. Also, finished integrating new topology service/routing into Forwarding. This required a few more null checks to handle cases where packet-ins are received while the controller is starting/still discovering the topology/links.
Showing
- src/main/java/net/floodlightcontroller/forwarding/Forwarding.java 62 additions, 67 deletions.../java/net/floodlightcontroller/forwarding/Forwarding.java
- src/main/java/net/floodlightcontroller/routing/ForwardingBase.java 12 additions, 10 deletions...java/net/floodlightcontroller/routing/ForwardingBase.java
- src/main/java/net/floodlightcontroller/topology/TopologyInstance.java 2 additions, 2 deletions...a/net/floodlightcontroller/topology/TopologyInstance.java
- src/main/java/net/floodlightcontroller/topology/TopologyManager.java 1 addition, 1 deletion...va/net/floodlightcontroller/topology/TopologyManager.java
- src/main/resources/floodlightdefault.properties 1 addition, 0 deletionssrc/main/resources/floodlightdefault.properties
Loading
Please register or sign in to comment