Tagging 2.2.1-b4
  1. f543ff8 Improves host location provider introducing a pool of worker threads by pier · 4 years, 11 months ago
  2. 11f95b5 [ONOS-7983] Use IPv6 RA and RS to discover hosts by Yi Tseng · 5 years ago
  3. 00b5d4f Removing commented out @Property annotations from the drivers, protocols, pipelines and providers. by Thomas Vachuska · 6 years ago
  4. 4167c3f Fixing component properties for various providers. by Thomas Vachuska · 6 years ago
  5. d84f89b [WIP] Upgrade ONOS to karaf version 4.2.1 by Ray Milkey · 6 years ago
  6. 3305efe Remove host location when a switch port is removed by enen92 · 6 years ago
  7. 1941641 Disable host learning feature. by Andreas Pantelopoulos · 6 years ago
  8. ff79dd9 Implement host probing retry with major refactoring by Charles Chan · 6 years ago
  9. 07f15f2 Fix ConsistentMapException.Interrupted and NullPointerException by Charles Chan · 6 years ago
  10. 1dd7557 Minor log level change by Charles Chan · 6 years ago
  11. 9a55429 Adding a component config to take down single homed host ports when all uplinks are lost. by Saurav Das · 6 years ago
  12. 6577f61 Fix a thread leak by Charles Chan · 6 years ago
  13. 2c95acf Support double-tagged host by Jonghwan Hyun · 6 years ago
  14. 74e5913 Sonar suggestions - fixes to potential null pointer dereferences by Ray Milkey · 6 years ago
  15. 4793375 Dual-homing probing improvements by Charles Chan · 6 years ago
  16. 8277b6b Dual-homing probing improvements by Charles Chan · 6 years ago
  17. 653e2ac [CORD-2223] Avoid unnecessary probing when a host moves within the same switch by Charles Chan · 6 years ago
  18. 178b0f5 Learn target ip from IPv6 neighbor advertisement message by Charles Chan · 7 years ago
  19. bb86b78 Resolve false probing timeout by delaying the proble a little bit by Charles Chan · 7 years ago
  20. aa417a6 [CORD-1887] Make DHCP relay works with dual homing by Yi Tseng · 7 years ago
  21. 2fde6d4 CORD-1578 CORD-1708 Handle dual single homed router and single dual homed router by Charles Chan · 7 years ago
  22. 35a3232 CORD-1416 Implement multi-homing probing in HostLocationProvider by Charles Chan · 7 years ago
  23. facf286 ONOS-6886 Move interface classes from incubator to core by Ray Milkey · 7 years ago
  24. fcf5dce [CORD-1431] Support DHCPv6 by HostLocationProvider by Yi Tseng · 7 years ago
  25. a09fe5b Updating Copyright line to Open Networking Foundation by Brian O'Connor · 7 years ago
  26. cfa637a Fix DHCP handling bug in HostLocationProvider by Yi Tseng · 7 years ago
  27. 7a38f9a [CORD-1434][CORD-1112] DHCP relay manager by Yi Tseng · 7 years ago
  28. c7403c2 DHCP util refactor by Yi Tseng · 7 years ago
  29. 888e20a Remove host location when port down or device down by Charles Chan · 7 years ago
  30. b0ae6ee CORD-999 changes to support vlans by Saurav Das · 7 years ago
  31. 29ecdee Do not override configured hosts by Charles Chan · 7 years ago
  32. 2398d96 Vector cost proposed to TST on 2016-07-13 by Andrey Komarov · 8 years ago
  33. 72f6bee fix unused import by Michele Santuari · 7 years ago
  34. e606789 Use DHCP ACK to learn the DHCP client by Charles Chan · 7 years ago
  35. 420e737 Improve HostLocationProviderTest by Charles Chan · 7 years ago
  36. f353e40 Disabling host probing for now because it needs to consider the source of the probes. by Jonathan Hart · 8 years ago
  37. 94b0015 Fix for ONOS-5034 by sdn · 8 years ago
  38. 38feb6e Revert "Fix for ONOS-5032 and ONOS-5034" by Jonathan Hart · 8 years ago
  39. 50ad080 Fix for ONOS-5032 and ONOS-5034 by Deepa Vaddireddy · 8 years ago
  40. d9e0105 log uncaught Exception by HIGUCHI Yuta · 8 years ago
  41. 5ab426f Updating copyrights by Brian O'Connor · 8 years ago
  42. d9b5f55 Refactor getIntegerProperty and isPropertyEnabled methods into Tools by Jian Li · 8 years ago
  43. 8b0fdaa HostLocationProvider should not remove hosts installed by other providers by Charles Chan · 8 years ago
  44. dc08344 remove hostDetected() method that was deprecated in Drake by Ray Milkey · 8 years ago
  45. 9af322d Add property to toggle whether HostLocationProvider requests packet intercepts. by Jonathan Hart · 8 years ago
  46. a3770c3 ONOS-3586: Move event handling in HostLocationProvider to a background thread to avoid hogging event dispatcher thread by Madan Jampani · 8 years ago
  47. 703a5af equals for {Device,Port,Link,Host}Description by HIGUCHI Yuta · 8 years ago
  48. b35540a Addressed some more naming issues throughout the code. by Jonathan Hart · 8 years ago
  49. 5d5e062 [ONOS-641] Update unit tests to include IPv6 as well by Charles Chan · 9 years ago
  50. c40e5ed ONOS-2926 Remove IP instead of host when the IP mapping is released by samanwita pal · 9 years ago
  51. f107bd7 ONOS-2947 Improvements to HostService by Brian O'Connor · 9 years ago
  52. e796610 Modified host discovery to suppress discovery of self-assigned IP addresses. by Thomas Vachuska · 9 years ago
  53. ec9c7dd ONOS-2800 Preventing learning of IP 0.0.0.0 by Thomas Vachuska · 9 years ago
  54. 3b78326 Refactoring addProcessor() calls to use type methods by Brian O'Connor · 9 years ago
  55. 3a0cdd5 Devices,hosts, and links can be blocked and kicked off with the network configuration api by Sahil Lele · 9 years ago
  56. 07a923d Include logic for cancelling requests for packets. by Aaron Kruglikov · 9 years ago
  57. 27bee09 ONOS-2145 Added ability to withdraw packet intercepts via PacketService::cancelPackets. by Thomas Vachuska · 9 years ago
  58. e148de8 Request packet in when config being modified during runtime. by Charles M.C. Chan · 9 years ago
  59. 9148d2d Bugfix for gerrit #3377 by Charles M.C. Chan · 9 years ago
  60. 956cb69 ONOS-1414: Fix phantom hosts by Charles M.C. Chan · 9 years ago
  61. 34c9590 ONOS-533 Fix copyrights by Ray Milkey · 9 years ago
  62. f845cf6 HostLocationProvider fix to avoid locating hosts on logical ports. by Thomas Vachuska · 9 years ago
  63. 441d7da ONOS-1153: Ignore Router Solicitation, Router Advertisement and DAD in HostLocationProvider by Charles M.C. Chan · 9 years ago
  64. 8c8b037 Adding OnosCfgMojo to the onos maven plugin. by Thomas Vachuska · 9 years ago
  65. 6519e6f Making number of components configurable using the central component configuration subsystem. by Thomas Vachuska · 9 years ago
  66. c313c40 Couple of changes for the BGP Router project: by Saurav Das · 9 years ago
  67. 93b606b Add explicit configuration for enabling IPv6-related flow installation by Pavlin Radoslavov · 9 years ago
  68. d6612f9 Added IPv6 support to HostLocationProvider by Pavlin Radoslavov · 9 years ago
  69. b9e50df Fixed a bug when parsing configuration properties for ReactiveForwarding by Pavlin Radoslavov · 9 years ago
  70. 02aeb03 ONOS-542 Defining application subsystem interfaces & public constructs. by Thomas Vachuska · 9 years ago
  71. 3cfce8e Moved default flows logic into the PacketManager. by Jonathan Hart · 9 years ago
  72. e8600eb Handle packets that can't be deserialized properly. by Jonathan Hart · 9 years ago
  73. d36a74b Add explicit flow rules to receive control packets: ARP, LLDP, BDDP by Pavlin Radoslavov · 9 years ago
  74. ea5aa47 Implement NDP-related classes by Charles M.C. Chan · 9 years ago
  75. 7fee36a Trace IPv6 hosts by Charles M.C. Chan · 9 years ago
  76. abafb50 Changing org.onlab.onos package to org.onosproject by Brian O'Connor · 9 years ago
  77. 03defe7 Moving org/onlab/onos to org/onosproject by Brian O'Connor · 9 years ago
  78. bfc6b72 small fix to unregister devicelistener in HostLocationProvider to avoid an NPE by alshabib · 9 years ago
  79. 3360160 Added ability to remove host by CLI and by the provider on device/port down events. by Thomas Vachuska · 9 years ago
  80. 3e848a8 add methods to directly set MacAddress by Yuta HIGUCHI · 10 years ago
  81. d0e32d7 Added support for IPv6 addresses to class IpAddress: by Pavlin Radoslavov · 10 years ago
  82. 4f1a60c Revised copyright message. by Thomas Vachuska · 10 years ago
  83. 33f228a Replaced IpPrefix and IpAddress in the following methods by Pavlin Radoslavov · 10 years ago
  84. 781d18b Added copyrights to cli, features, openflow, providers and web code by Thomas Vachuska · 10 years ago
  85. fb0e4d6 relocated to correct path by Yuta HIGUCHI · 10 years ago
  86. 32cc1c0 Fix for creating IpPrefixes with wrong prefix length by Jonathan Hart · 10 years ago
  87. 4a179dc added test for hostlocation provider by alshabib · 10 years ago
  88. e1cf87d protocol independent host tracker by alshabib · 10 years ago