1. 26 May, 2016 10 commits
  2. 25 May, 2016 5 commits
    • This is for ONOS-4281
      
      Change-Id: Idaa4e3666946ebf1a76abfeb54c626dfb50082c4
      Sho SHIMIZU authored
    • This is for ONOS-4281
      
      Change-Id: I04649932fdb8983492878732a04c93a21b4cafe7
      Sho SHIMIZU authored
    • Change-Id: I4c9d39a2e83315324c23954e491b20d43a5c63cc
      (cherry picked from commit 7ff0643f)
      Phaneendra Manda authored
    • Change-Id: Ia6278b1125c5e821441a45c33fcbbec71ecff7a0
      (cherry picked from commit e614e3fd)
      Thomas Vachuska authored
    • Added topojson files for all supportted maps, optimised the countries topojson files to remove unused properties.
      
      Added Javadocs for UiTopoMap
      
      Refactored Topo Maps to use UiTopoMapFactory, UiTopoMap classes.
      
      Change-Id: I976137baa7f62a81e48231e1612b967d39dc641d
      
      Refactored Topo Maps to use UiTopoMapFactory, UiTopoMap classes.
      
      Change-Id: I976137baa7f62a81e48231e1612b967d39dc641d
      
      Added Copyright
      
      Change-Id: Ie62171ba6ab08bbf955bc444cd2db41d0c30baaa
      
      Added file path for topojson or svg
      
      Change-Id: Ib1fc79672079ec4c6e2cd35bc39a28abeafca297
      
      Line break to account for the soft limit
      
      Change-Id: Ib2b57ceee139b20a73d7ad0110b37fc1b5326ed7
      
      Added File Path to the Map Class
      
      Change-Id: Ic6ae4ca507e58155bb106ad46be14e048dc3a95c
      
      Added File Path to the Map Class
      
      Change-Id: Ib2200b0bf315f9dccb581447ddb4b6f6669e34ff
      (cherry picked from commit 3a9a6447)
      Steven Burrows authored
  3. 24 May, 2016 9 commits
  4. 23 May, 2016 12 commits
  5. 22 May, 2016 2 commits
  6. 21 May, 2016 2 commits
    • Change-Id: I1d5b203fba0aae1d2dd64905fd0b764a76bca87f
      HIGUCHI Yuta authored
    • Link probes incorporate cluster fingerprint in source
      MAC address. This removes the need for an additional TLV and the
      complexity associated with it, and also adds fingerprinting to
      BDDPs for free.
      
       - fingerprint in Ethernet source address. The old default MAC
         value is only used when the CusterMetadata service isn't ready.
       - remove support for TLV fingerprint field and associated config
         knobs.
       - links at control domain boundary are classified as EDGE type links.
      
      Change-Id: Idb07dd06fbeee25e9fcee3fbdddec7a7dbb2c397
      Ayaka Koshibe authored