- 02 Dec, 2015 40 commits
-
-
- Add Javadoc and fix function name convention - Add setAdjancencySids method - Change return value of getAdjacencySids from List to ImmutableSet - Validate config value - Add unit test for SegmentRoutingConfig Change-Id: Ic43ac31a49da8a9d62131d7803930280cf9994d2
Charles Chan authored -
* Implement new application org.onosproject.netcfghost * Implement BasicHostConfig to include IP and location information - Update network-cfg.json to add host config example - Add network-cfg-2x2-leaf-spine.json for 2x2 leaf-spine network in SegmentRouting * Update Segment Rounting - Punt ARP packets (which is done by HostLocationProvider previously) - Check existing hosts when device connected or configured Change-Id: I03986ddc8203d740b5bf26903e3dbf866d4d4600
Charles Chan authored -
…ent version and tailored on specific software. Doing so removes all ties with odl Yangtools in ONOS core. Change-Id: I4315bdf20dc388d42ea6f0f6276689da9a75c741
Andrea Campanella authored -
… for better swagger.json formatting. Change-Id: I0200407b829baff84a921fa6027a3ebb4c873dfc
Andrea Campanella authored -
…laska and Hawaii from USA data, for cleaner visualization. Change-Id: Ie080170438912854b151ca394942af82c2f835f4
Simon Hunt authored -
Resources under a link are tied to resources under both ends of the link, and resources under a port are thought to be first-class objects compared to concept of link resources. We will deal with only device related resources from now on. Change-Id: I6aa418d1bf64b28374f325db0bc7e393f770dcdd
Sho SHIMIZU authored -
- ConsistentMap's key equality is based on serialized byte[]. 2 Problems fixed by this patch: (1) By caching Key -> String representation, Cache will use Key's Object#equals for look up, which can possibly have different equality than byte[] equality, leading to wrong String to be used as a key in backend Database. Fixed by reversing the mapping. (2) Similar issues with keySet(), entrySet() Set based on reference equality needs to be used to avoid deduplication based on Object#equals Fixed by replacing Set implementation with MappingSet. Change-Id: I1b727abd2614a9b72b5b1d02ecca2de26493adcc
HIGUCHI Yuta authored -
- Removing explicitly specifying checkstyle version. Checkstyle bundled with the maven plugin now supports Java 8. Also version previously specified could not parse "Hash<T>::new" - RedundantThrows was removed from recent checkstyle: See: https://github.com/checkstyle/checkstyle/issues/473 Change-Id: Ic6301b1900edd9e1ad704e206185c2677814fcd7
HIGUCHI Yuta authored
-