1. 36e04a8 move vtnrsc.web from vtnrsc bundle to vtnweb bundle by onosjcc · 9 years ago
  2. 0fa6d3b Remove branch condition which is always true by Sho SHIMIZU · 9 years ago
  3. 08105be PeerConnectivityManager: recalculate peering intents on configuration change by Jonathan Hart · 9 years ago
  4. e3026a4 Fixes for Javadoc errors by Ray Milkey · 9 years ago
  5. 805f82a [ONOS-3116] Port Chain implementation for SFC by Phaneendra Manda · 9 years ago
  6. 1ea4914 [ONOS-3116] Port Chain interface for SFC by Phaneendra Manda · 9 years ago
  7. ac63650 [ONOS-3116] Port Chain id for SFC by Phaneendra Manda · 9 years ago
  8. 63fecef [ONOS-3116] Port pair group implementation for SFC by Phaneendra Manda · 9 years ago
  9. 3e12883 [ONOS-3116] Port Pair Group interface for SFC by Phaneendra Manda · 9 years ago
  10. 1b50fac [ONOS-3116] Port Pair Group Id for SFC by Phaneendra Manda · 9 years ago
  11. efdf812 [ONOS-3116] Port Pair implementation for SFC by Phaneendra Manda · 9 years ago
  12. 822c4e2 CORD-48 First checkin for enabling OF-DPA driver to support the SR app. by Saurav Das · 9 years ago
  13. 7eca453 [ONOS-3116] Port Pair interface for SFC by Phaneendra Manda · 9 years ago
  14. 635f621 [ONOS-3116] Port pair id for SFC by Phaneendra Manda · 9 years ago
  15. fd92344 [ONOS-3108] FlowClassifier codec for SFC. by Bharat saraswal · 9 years ago
  16. 669ada4 Stc scenario for testing distributed primitives and onos-execute-expect command by andrea · 9 years ago
  17. 93aaf51 [ONOS-3116] FlowClassifier Manager. by Bharat saraswal · 9 years ago
  18. e37f7f3 [ONOS-3116] FlowClassifier Service. by Bharat saraswal · 9 years ago
  19. 0c0785a [ONOS-3116] Implementation of Flow classifier for service function chain. by Bharat saraswal · 9 years ago
  20. 531fcf5 [ONOS-3116] Flow classifier for service function chain. by Bharat saraswal · 9 years ago
  21. b074814 [ONOS-3116] Implementation of Flow classifier Id for service function chain. by Bharat saraswal · 9 years ago
  22. 69b36d5 [ONOS-3188] Add the method: Returns the virtualPort associated with the fixedIP. by lishuai · 9 years ago
  23. 3e59464 Change OLT app to push Q-in-Q tagging flows rather than transparent VLAN flows. by Jonathan Hart · 9 years ago
  24. c3902fb Only transition to START state on TLS start by Ray Milkey · 9 years ago
  25. d9dfe11 Bug fixes for TLS authentication by Ray Milkey · 9 years ago
  26. c10f777 CORD-280 Fix the way to add and remove a node to consistent store by Hyunsun Moon · 9 years ago
  27. 523d976 CORD-280 Enhanced initial node setup process considering various scenarios by Hyunsun Moon · 9 years ago
  28. 4f02b3a CORD-280 Added CLIs for cordvtn by Hyunsun Moon · 9 years ago
  29. a07f203 Mostly just fixing typos by Saurav Das · 9 years ago
  30. 569cce0 Remove UDP flow rules by Ray Milkey · 9 years ago
  31. 4ed9369 Support RADIUS server outside of the ONOS network by Ray Milkey · 9 years ago
  32. 14c7318 Updated mfwd delete behavior and fixed some small bugs by Julian Lawrence · 9 years ago
  33. 158d5d8 IGMP Deserialize now properly uses the offset and by Rusty Eddy · 9 years ago
  34. f8da965 [ONOS-3013]: unify the output of subnet api by bobzhou · 9 years ago
  35. aa4196f lower log level by HIGUCHI Yuta · 9 years ago
  36. eb088e6 Fix possible concurrency flaws in ArpHandler by Charles Chan · 9 years ago
  37. 1f14555 CORD-151 Implement initial compute node setup by Hyunsun Moon · 9 years ago
  38. b8e10c8 [CORD-209] Improve config loading of SegmentRouting by Charles Chan · 9 years ago
  39. 2932798 Added automatic mastership load balancing. Added comments in patch set. by Aaron Kruglikov · 9 years ago
  40. 4892263 Remove original network config handler by Charles Chan · 9 years ago
  41. 5251562 Fixing Javadoc errors by Brian O'Connor · 9 years ago
  42. bc865f6 Fix ProxyArp by Brian O'Connor · 9 years ago
  43. 0db9339 ONOS-3088 fix - exlude package processing for non-ARP or non-IPV6 packages by suibin zhang · 9 years ago
  44. 4636be0 [CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
  45. da82eb8 [ONOS-3080] ONOSFW consists of three parts vtn/vtnweb/vtnrsc. Before we by samueljcc · 9 years ago
  46. af86fbf More AAA refactoring by Ray Milkey · 9 years ago
  47. d683288 [WIP][CORD-200] Improves Segment Routing using Network Configuration Subsystem by Charles Chan · 9 years ago
  48. 9b85c03 enable run reactive routing without BGP by Pingping Lin · 9 years ago
  49. 57f2e14 Modify AAA app to use the network configuation service by Ray Milkey · 9 years ago
  50. 7ca3ed9 Bringing cli commands back to mfwd and pim by Rusty Eddy · 9 years ago
  51. c0e3fea Added a CODEC for the MRIB to be used by CLI and REST API by Rusty Eddy · 9 years ago
  52. 9a426f8 Generalize IntentSynchronizer and separate reactive routing code by Jonathan Hart · 9 years ago
  53. 7d20af1 Refactor: Rename to more descriptive name by Sho SHIMIZU · 9 years ago
  54. a6426cb Refactor: Remove intermediate layer just delegating to DeviceResourceStore by Sho SHIMIZU · 9 years ago
  55. 5c16df8 Replace method call of DeviceResourceService with that of ResourceService by Sho SHIMIZU · 9 years ago
  56. 2ce0c73 cleaning mcast route data type in preperation for the backing store by alshabib · 9 years ago
  57. 7431fa1 Remove unnecessary continue by Sho SHIMIZU · 9 years ago
  58. 1ea57e1 Print exception to log instead of stderr by Jon Hall · 9 years ago
  59. 7e5a203 Minor AAA refactoring by Ray Milkey · 9 years ago
  60. 911c519 Unit tests for packet processing the the AAA app by Ray Milkey · 9 years ago
  61. 428ebc9 Removing some old dependencies in bgprouter. by Saurav Das · 9 years ago
  62. e528c11 [ONOS-3013]fix VTN bug: unify output of subnet rest api by bobzhou · 9 years ago
  63. 5eb79c5 Remove unnecessary cast by Sho SHIMIZU · 9 years ago
  64. d6734f6 [Emu] FlowAnalyzer app code and tests by Nikhil Cheerla · 9 years ago
  65. a3d1d1c ONOS-2926 Sending DHCPNAKs to failed ASSIGN request by samanwita pal · 9 years ago
  66. ddef893 Added McastConnectPoint to track membership source by Rusty Eddy · 9 years ago
  67. d4db3ab [ONOS-641] Update RouteEntryTest and RouterTest to include IPv6 as well by Charles Chan · 9 years ago
  68. 9bb3235 ONOS-2997 Cleaned up the package name-space and the REST API of the ACL app; REST API needs more work and should use codecs. by Thomas Vachuska · 9 years ago
  69. 1c0ea1a More AAA app refactoring by Ray Milkey · 9 years ago
  70. 75879ef AAA App refactoring by Ray Milkey · 9 years ago
  71. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  72. c3fca7f Refactoring of AAA app classes by Ray Milkey · 9 years ago
  73. a9b2b5d adding a multicast service to track multicast information. by alshabib · 9 years ago
  74. 2b53032 CORD-151 Refactor cordvtn service to reduce complexity by Hyunsun Moon · 9 years ago
  75. eff0054 Adding mfwd, igmp and mfwd apps by alshabib · 9 years ago
  76. b3eded0 change intentperf to explicitly use NewDistributedFlowRuleStore by suibin zhang · 9 years ago
  77. 0ae4560 Fixed a few javadoc warnings. by Thomas Vachuska · 9 years ago
  78. 0f47f34 [ONOS-2871]update VTN's bug: docking the neutron's interface, when get by lishuai · 9 years ago
  79. ce88390 [ONOS-2874]update VTN's bug: delete dhcp port unsuccessfully by lishuai · 9 years ago
  80. d2f6a25 [ONOS-2873]update VTN's bug: failed to create the VM on different networks by lishuai · 9 years ago
  81. 45624b8 [Emu] Changes default OpenFlow port to 6653. by Charles Chan · 9 years ago
  82. d0e932a CORD-151 add initial skeleton for cord-vtn application by Hyunsun Moon · 9 years ago
  83. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  84. 46080b6 Remove all address bindings code from Host subsystem. by Jonathan Hart · 9 years ago
  85. 9a38264 Removed config app that used to read addresses.json configuration. by Jonathan Hart · 9 years ago
  86. 39ee648 ProxyArpManager: Factor out common logic for handling ARP and NDP packets. by Jonathan Hart · 9 years ago
  87. f967ad6 Starting snapshot 1.4.0-SNAPSHOT by Brian O'Connor · 9 years ago
  88. 0bff430 ONOS-2888 Bug fix to avaoid DHCP Server assigning two hosts the same IP by samanwita pal · 9 years ago
  89. 38a8821 change to LF line-endings; not CRLF. by Madan Jampani · 9 years ago
  90. ab2cf25 [Emu] CORD-151 initial sketch for CORD virtual network service by Hyunsun Moon · 9 years ago
  91. 7462641 Use lambda expression to simplify statements by Sho SHIMIZU · 9 years ago
  92. 7ccc2bc Changing default value for DHCP int config params from 0 to -1 by samanwita pal · 9 years ago
  93. 2a31340 DHCP Config changes + null pointer checks + ONOS-2881 by samanwita pal · 9 years ago
  94. feafdca Simplify lambda expression by removing braces by Sho SHIMIZU · 9 years ago
  95. fd0933b Remove redundant type arguments by Sho SHIMIZU · 9 years ago
  96. af97343 Use auto-unboxing instead of manual unboxing by Sho SHIMIZU · 9 years ago
  97. e2952e4 Remove unnecessary modifiers by Sho SHIMIZU · 9 years ago
  98. b2b2d98 Use LF as line separator by Sho SHIMIZU · 9 years ago
  99. 9f614a4 Remove unnecessary semicolons by Sho SHIMIZU · 9 years ago
  100. 2a645d4 Moved DHCP to director(0). by Thomas Vachuska · 9 years ago