Skip to content
Snippets Groups Projects
  1. Jan 25, 2016
  2. Jan 22, 2016
  3. Jan 21, 2016
  4. Jan 10, 2016
  5. Jan 04, 2016
  6. Dec 22, 2015
  7. Dec 18, 2015
  8. Dec 17, 2015
  9. Dec 16, 2015
  10. Dec 15, 2015
  11. Dec 14, 2015
  12. Dec 11, 2015
  13. Dec 10, 2015
  14. Dec 07, 2015
  15. Dec 04, 2015
  16. Dec 01, 2015
  17. Nov 24, 2015
  18. Nov 13, 2015
  19. Nov 04, 2015
  20. Oct 29, 2015
    • chechoRP's avatar
      Fix for Firewall issue #590 · e183e76e
      chechoRP authored
      The dl_type=ARP (or any other dl_type) is overwritten if dst-ip/src-ip are specified later on in the json object. I added condition that only overwrites the field if it hasn't been already specified. This case only applies for src-ip, and dst-ip.
      e183e76e
  21. Oct 12, 2015
  22. Oct 08, 2015
  23. Oct 07, 2015
    • Ryan Izard's avatar
      Wow. Not sure how that passed. Should have run ant (outside eclipse) -- would... · 6df0ca7a
      Ryan Izard authored
      Wow. Not sure how that passed. Should have run ant (outside eclipse) -- would have given the compile error.
      6df0ca7a
    • Ryan Izard's avatar
      Added ability to disable ARP flows in Forwarding. Many hardware switches... · 2e5d773a
      Ryan Izard authored
      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.
      2e5d773a
    • Ryan Izard's avatar
      Fixed (really this time) the last bug WRT link latencies. This actually wasn't... · 1aa05bbb
      Ryan Izard authored
      Fixed (really this time) the last bug WRT link latencies. This actually wasn't even a latency bug, but it existed beforehand. We only dispatch an update when checking for link timeouts if the link's unicast time just expired and we still have a valid multicast time. Otherwise, we remove the link if both unicast and multicast times are expired. Originally, we were dispatching updates when multicast times were expiring and unicast times were still valid. Such a case results in the link being in the unicast state before and after the multicast expiration; thus, no link update should be dispatched.
      1aa05bbb
    • Ryan Izard's avatar
      Topology manager now purges any existing link in its data structures before it... · 211b9774
      Ryan Izard authored
      Topology manager now purges any existing link in its data structures before it tries to add a new link (no-op if one exists). This needs to be done in order to update latencies. Also changed some log levels.
      211b9774
  24. Oct 06, 2015
Loading