- a4ee4f9 Refactoring SegmentRouting, OFDPA driver and Group Store by Charles Chan · 9 years ago
- 1eaf480 Segment Routing refactoring by Charles Chan · 9 years ago
- c91c878 CORD-348 multicast support in SegmentRouting and vRouter by Charles Chan · 9 years ago
- 54541d1 Register API in segment routing Kryo serializers. by Jonathan Hart · 9 years ago
- 14796d2 Adding Copyright notice to files that are missing it by Brian O'Connor · 9 years ago
- 43b5354 Updating copyrights by Brian O'Connor · 9 years ago
- 2aa9338 Javadoc warning fixes by Ray Milkey · 9 years ago
- 52d4ed7 Fixing a couple of NPEs by Saurav Das · 9 years ago
- c3604f1 CORD-45 CORD-394 by Saurav Das · 9 years ago
- 0d83518 [ONOS-4042] Bump up Jersey from 1.19 to 2.22.2 by Jian Li · 9 years ago
- 1dd21a5 Bugfix and improvement of SR config loading by Charles Chan · 9 years ago
- d6d2533 Fix NPE in SegmentRoutingManager by Charles Chan · 9 years ago
- 57bd98c Improve SegmentRoutingAppConfig by Charles Chan · 9 years ago
- bbd004c CORD-546 Push L3 unicast rules for bgp peers when they are learned by Charles Chan · 9 years ago
- 8fa9ec5 Send PIM Join/Prune messages based on events from the McastService. by Jonathan Hart · 9 years ago
- 1963f4f Cleanup interface constant by Charles Chan · 9 years ago
- d86904c Fix javadoc error by Charles Chan · 9 years ago
- 43547ca CORD-508 SegmentRouting / vRouter integration by Charles Chan · 9 years ago
- 82ab193 CORD-512 Support vSG <-> vRouter default route by Charles Chan · 9 years ago
- 3ef31e7 Remove OFDPA /32 -> ECMP workaround by Charles Chan · 9 years ago
- 7b1b488 Two fixes: 1) cpqd emulation of ofdpa pops off internal vlan before sending to controller by Saurav Das · 9 years ago
- 505e09b CORD-389 Fix for Accton 6712 deployment by Charles Chan · 9 years ago
- 5e1d0fc Add a builder for DefaultLink to hide multiplying constructors by Ray Milkey · 9 years ago
- b7f75ac CORD-349 Support VLAN cross-connect traffic by Charles Chan · 9 years ago
- 99c8dfb Added debug info to ArpHandler and priorities to RoutingPopulator by Flavio Castro · 9 years ago
- de6655c Segment Routing bug fix and enhancement by Charles Chan · 9 years ago
- 62af880 CORD-354 OF-DPA support for link-failures. by Saurav Das · 9 years ago
- 0637b16 Naming convention by Shashikanth VH · 9 years ago
- 2d94d31 CORD-367 L2 bridging and L3 routing support with internal VLANs in OF-DPA. by Saurav Das · 9 years ago
- 9bec8a3 CORD-352 Refactoring SegmentRoutingConfig by Charles Chan · 9 years ago
- d4a99c5 CORD-339 Network config host provider by Charles Chan · 9 years ago
- 4c35fc4 CORD-48 Implementation of hashing Next Objective in OF-DPA driver. Major changes to ensure multi-ONOS-instance group-chain installation. by Saurav Das · 9 years ago
- f458611 [CORD-46] Implement L2 switching in Segment Routing by Charles Chan · 9 years ago
- 74b4922 CORD-48 Added support for broadcast next objective in OFDPA driver. by Saurav Das · 9 years ago
- 319d1a2 [CORD-313] Handles uncaught exceptions when device is not configured by Charles Chan · 9 years ago
- 6ccc603 Avoid use of Objects.hash when there's only 1 params by HIGUCHI Yuta · 9 years ago
- 8ec0ec4 CORD-48 Added to support for OFDPA emulation with CPQD switch, via more table-miss-entries. by Saurav Das · 9 years ago
- c28b343 CORD-48 Fixing filtering rule bug in multi-instance operation. by Saurav Das · 9 years ago
- c6ad775 Several fixes for Segment Routing by Charles Chan · 9 years ago
- 7727767 [CORD-46] Create a broadcast group for each subnet by Charles Chan · 9 years ago
- 7c30537 SR app now assigns internal vlans per subnet and passes this by Saurav Das · 9 years ago
- 9f1c42e CORD-48 First checkin for enabling OF-DPA driver to support the SR app. by Saurav Das · 9 years ago
- 8897918 Mostly just fixing typos by Saurav Das · 9 years ago
- bbc8d90 Fix possible concurrency flaws in ArpHandler by Charles Chan · 9 years ago
- 2b078ae [CORD-209] Improve config loading of SegmentRouting by Charles Chan · 9 years ago
- 7c95c14 Remove original network config handler by Charles Chan · 9 years ago
- 65eeb57 Fixing Javadoc errors by Brian O'Connor · 9 years ago
- e7c6102 [CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
- 72f556a [WIP][CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
- a5bb7cb Removing some old dependencies in bgprouter. by Saurav Das · 9 years ago
- 0f732b0 Remove unnecessary cast by Sho SHIMIZU · 9 years ago
- d179335 Use auto-unboxing instead of manual unboxing by Sho SHIMIZU · 9 years ago
- 0337503 Use diamond operator by Sho SHIMIZU · 9 years ago
- 47b8aa2 Use dianmond operator by Sho SHIMIZU · 9 years ago
- 8fd2505 Fixing copyrights. by Thomas Vachuska · 9 years ago
- 3279e79 Javadoc fixes by Ray Milkey · 9 years ago
- 16d8fd5 Fix ML_SYNC_ON_FIELD_TO_GUARD_CHANGING_THAT_FIELD issue by HIGUCHI Yuta · 9 years ago
- 43d842e Use auto-boxing by Sho SHIMIZU · 9 years ago
- 0b45463 Use filter() to skip undesired instances by Sho SHIMIZU · 9 years ago
- 594c267 Apply more functional style by Sho SHIMIZU · 9 years ago
- e11cdb9 ONOS-2711 Replaced short to TpPort for tcp/udp ports by Hyunsun Moon · 9 years ago
- 9d9ff03 Add Swagger comments and dependencies to appsm with REST APIs by Ray Milkey · 9 years ago
- 33955f3 Fixed javadoc warnings & added a few deprecations. by Thomas Vachuska · 9 years ago
- 6815424 Fixing javadoc warnings, provided missing package javadocs and corrected group structure. by Thomas Vachuska · 9 years ago
- fe78f25 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
- bd812f8 - Adds error handling for Segment routing CLI by sangho · 9 years ago
- d53ebc4 Improve the resiliency of the packet deserialization code. by Jonathan Hart · 10 years ago
- 675ae20 Removed ClockService<K, V> and replaced its usage with a BiFunction<K, V, Timestamp> by Madan Jampani · 9 years ago
- 316d438 Adds a Segment Routing CLI to remove a tunnel (srtunnel-remove). by sangho · 9 years ago
- 8d953f9 Supports UPD and TCP ports for Segment Routing policy add CLI (srpolicy-add). by sangho · 9 years ago
- 2eae4c6 Add CLI commands to create/list/remove tunnels and policies by sangho · 9 years ago
- c56a2f3 Segment Routing ONS demo fixes: Includes traffic visualization fix by Srikanth Vavilapalli · 9 years ago
- 8c83f1d ONOS-1951: Segment Routing multi-instance instability: Plugging Objective context to monitor any errors by Srikanth Vavilapalli · 9 years ago
- d62989f Fixing javadocs. by Thomas Vachuska · 9 years ago
- 4a5c42a ONOS-1930 : Tunnel and policy failover with multi-instances by sangho · 9 years ago
- ad9f33d Cleaning-up javadocs. by Thomas Vachuska · 9 years ago
- f85e3f6 Fixed javadocs. by Thomas Vachuska · 10 years ago
- 80f1f89 ONOS-1856: Supports ports (~65535) for the tunnel policy by sangho · 10 years ago
- 64d96c1 ONOS-1438: Segment Routing rule population optimization fixes by Srikanth Vavilapalli · 10 years ago
- 27462c6 ONOS-688 (ONOS-1835,1836,1837) : by sangho · 10 years ago
- b190b1a Fixed javadocs. by Thomas Vachuska · 10 years ago
- 7cd1671 ONOS-1823 and ONOS-1838:Segment Routing Multi-instance Support-1 by Srikanth Vavilapalli · 10 years ago
- 652a3e7 Remove "public" to follow our convention by Sho SHIMIZU · 10 years ago
- 6ac2f4d Use diamond operator to remove redundant type parameter declaration by Sho SHIMIZU · 10 years ago
- cc2a4ba Use auto unboxing by Sho SHIMIZU · 10 years ago
- 11ead6e Simplify condition by Sho SHIMIZU · 10 years ago
- 84684a5 Save memory consumption by avoding unnecessary instantiation by Sho SHIMIZU · 10 years ago
- 28d0b6d Bug fix for route population optimization by sangho · 10 years ago
- 3cd8db6 - Bug fix for populating MPLS rules for php case: adding treamtments in forward objectives by sangho · 10 years ago
- df0153f ONOS-1791 : Populates MPLS rules also at edge routers by sangho · 10 years ago
- 2165d22 ONOS-1786: Updates group buckets when link status is changed. by sangho · 10 years ago
- 7cfc620 Fixed javadocs and descriptions. by Thomas Vachuska · 10 years ago
- 6450548 Segment Routing refactor with flow objectives by Srikanth Vavilapalli · 10 years ago
- 9b169e3 ONOS-1521 : Supports Leaf-Spine topology (tested with 4 x 4 ) by sangho · 10 years ago
- fb7c729 ONOS-1438: Improved the routing rule population process for link add and failure; computes the routes changed from the link changes and populates the rules only for the routes. by sangho · 10 years ago
- 8a07509 Fixing javadocs. by Thomas Vachuska · 10 years ago
- 37a461b ONOS-685: Network Configuration Manager support for Segment Routing application by Srikanth Vavilapalli · 10 years ago
- 80f11cb ONOS-686, 687, 1344 : The first commit for the Segment Routing application by sangho · 10 years ago