1. 69ec871 Move routing from incubator to a separate app by Ray Milkey · 7 years ago
  2. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  3. 10dbafd Carry information about source ONOS node in each route. by Jonathan Hart · 7 years ago
  4. f4bd048 Make vRouter components into separate apps. by Jonathan Hart · 7 years ago[Renamed (99%) from apps/routing/src/main/java/org/onosproject/routing/bgp/BgpSessionManager.java]
  5. 1624df1 Assigning names to various threads by Yuta HIGUCHI · 8 years ago
  6. 1ad75f2 Modified BGP and FPM route sources to push to new route service. by Jonathan Hart · 8 years ago
  7. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  8. 3930f63 FPM component that can decode routes from Quagga's FIB push interface. by Jonathan Hart · 9 years ago
  9. c22e847 [Falcon] More flexible component choice for routing apps by Jonathan Hart · 8 years ago
  10. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  11. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  12. 87dd930 Use a cleaner mechanism to test whether an IP address or prefix is IPv4 or IPv6. by Pavlin Radoslavov · 9 years ago
  13. 6f94ded Converted all executors that previously used namedThreads to use groupedThreads instead. by Thomas Vachuska · 9 years ago
  14. b9e50df Fixed a bug when parsing configuration properties for ReactiveForwarding by Pavlin Radoslavov · 9 years ago
  15. 2da1e60 Renamed routing packages to foo & foo.impl pattern. by Jonathan Hart · 9 years ago
  16. d24fafb Move BGP listen port configuration to BgpSessionManager component by Jonathan Hart · 9 years ago
  17. 41349e9 Moved BGP code and Router code into their own bundle. by Jonathan Hart · 9 years ago[Renamed (93%) from apps/sdnip/src/main/java/org/onosproject/sdnip/bgp/BgpSessionManager.java]
  18. 8a36ce3 ONOS-866: Refactor the storing and handling of BgpSession info. by Pavlin Radoslavov · 9 years ago
  19. 9ea3e6f ONOS-841 Renaming ONOS threads to simplify profiling. by Thomas Vachuska · 9 years ago
  20. 3a0a52e Added IPv6 routing support to SDN-IP, and integrated it with BGP: by Pavlin Radoslavov · 9 years ago
  21. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  22. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago[Renamed from apps/sdnip/src/main/java/org/onlab/onos/sdnip/bgp/BgpSessionManager.java]
  23. 248c2ae Updated SDN-IP to use the Intent framework batch-based intents. by Pavlin Radoslavov · 9 years ago
  24. f845cc3 Give a name to each ThreadPool by Yuta HIGUCHI · 9 years ago
  25. a071b1e Moved the BGP Route Intent synchronization mechanism from the Router class by Pavlin Radoslavov · 9 years ago
  26. 7e19094 Refactor the SDN-IP BGP code so the BGP routes are withdrawn if by Pavlin Radoslavov · 9 years ago
  27. 3066cf6 Removed leftover TODO comment, that was done in the past. by Pavlin Radoslavov · 9 years ago
  28. 6b57073 Updated SDN-IP to use Ip4Address and Ip4Prefix instead of IpAddress and by Pavlin Radoslavov · 9 years ago
  29. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  30. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  31. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  32. ab63aac Port the BGP implementation of SDN-IP. by Jonathan Hart · 10 years ago