Skip to content
Snippets Groups Projects
  1. Feb 02, 2016
    • Puneet Singh's avatar
      Update ACL.java · f55af80a
      Puneet Singh authored
      In the event the device manger does not yet know an attachment point for a device, the ACL should detect that and perform a noop. Simply checking the length of the SwitchPort[] returned from the device manger should fix the problem. If the length is zero, return; else, proceed.
      f55af80a
  2. Jan 21, 2016
  3. Jan 11, 2016
  4. Jan 10, 2016
  5. Jan 04, 2016
  6. Dec 23, 2015
  7. Dec 22, 2015
  8. Dec 19, 2015
  9. Dec 18, 2015
  10. Dec 16, 2015
  11. Dec 15, 2015
  12. Dec 14, 2015
  13. Dec 11, 2015
  14. Dec 10, 2015
  15. Dec 08, 2015
  16. Dec 04, 2015
  17. Dec 03, 2015
  18. Dec 01, 2015
  19. Nov 24, 2015
  20. Nov 13, 2015
  21. Nov 12, 2015
  22. Nov 06, 2015
  23. Nov 04, 2015
  24. 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
Loading