1. 22 Jul, 2016 3 commits
  2. 21 Jul, 2016 18 commits
  3. 20 Jul, 2016 15 commits
  4. 19 Jul, 2016 3 commits
  5. 18 Jul, 2016 1 commit
    • - Edge point update should be triggered based on TopologyEvent.
        {Device, Link}Event can be triggered before TopologyEvent,
        which will result in use of the outdated Topology to determine
        if the port is an edge port leading to incorrect edge port set.
        (ONOS-4896)
      - Ports on Edge Link should not be considered part of infrastructure,
        should be candidate for Edge point.
      
      Change-Id: I7d69cc242ba7849996c1105ccd1956975db63480
      Yuta HIGUCHI authored