1. 768e8b8 Fix an NPE that happens when DHCP server is not discovered yet by Charles Chan · 6 years ago
  2. 1087d13 Starting snapshot 1.12.2-SNAPSHOT by ONOS Jenkins User · 6 years ago
  3. 9172e40 Tagging 1.12.1 by ONOS Jenkins User · 6 years ago 1.12.1
  4. 4c05f5b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  5. a9bee37 Tagging 1.12.1-rc7 by ONOS Jenkins User · 6 years ago 1.12.1-rc7
  6. e73af6c Adding get flow by table REST api, fixing exceptions in dhcp by rsahot036 · 6 years ago
  7. c27fa859 DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  8. 7b1a66b Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  9. 6252ca3 Tagging 1.12.1-rc6 by ONOS Jenkins User · 6 years ago 1.12.1-rc6
  10. bd1472d Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  11. 27e3d61 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  12. f338236 Tagging 1.12.1-rc5 by ONOS Jenkins User · 6 years ago 1.12.1-rc5
  13. 371ac5e CORD-2870: Bypass DHCP leasequery without learning routes. by Taras Lemkin · 6 years ago
  14. 6be77d8 Minor improvements by Charles Chan · 6 years ago
  15. 7583e70 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  16. e84aa93 Tagging 1.12.1-rc4 by ONOS Jenkins User · 6 years ago 1.12.1-rc4
  17. 15e3b1e Ensure host events are handled outside the event loop to avoid interrupts by Jordan Halterman · 6 years ago
  18. 8a4de91 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  19. d26fbf5 Tagging 1.12.1-rc3 by ONOS Jenkins User · 6 years ago 1.12.1-rc3
  20. be4deaf [CORD-2882] Set route source to DHCP for DHCPv4 by Charles Chan · 6 years ago
  21. 6326272 [CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid by Kalhee Kim · 6 years ago
  22. 5e5faa1 [CORD-2882] set route source to DHCP for dhcpv6 instead of FPM by Kalhee Kim · 6 years ago
  23. d3a4ac4 Protect DhcpServerConfig from IllegalArgumentException by Charles Chan · 6 years ago
  24. 3eaa6e5 Better error handling by Charles Chan · 6 years ago
  25. 38d2ff6 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  26. 2800d97 Tagging 1.12.1-rc2 by ONOS Jenkins User · 6 years ago 1.12.1-rc2
  27. 1a92000 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 6 years ago
  28. ec860e8 Starting snapshot 1.12.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  29. 9734fce Tagging 1.12.1-rc1 by ONOS Jenkins User · 6 years ago 1.12.1-rc1
  30. b8245c3 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  31. 436b8f2 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  32. 0363d05 Fix potential NPE and logical error by Charles Chan · 6 years ago
  33. b94dffc Support for ipv4 dhcp multi server by rsahot036 · 6 years ago
  34. 621bbe7 Avoid too many unnecessary INFO logs by Charles Chan · 6 years ago
  35. 335ab87 Fix Sonar warning - remove redundant condition check by Charles Chan · 6 years ago
  36. ae255c0 DHCPv6 Lease Query by Lior Assouline · 6 years ago
  37. 6aee851 CORD-2637 Correctly use broadcast flag in DHCPv4 relay by Daniel Ginsburg · 6 years ago
  38. 0315509 Various small fixes by Yuta HIGUCHI · 6 years ago
  39. d1b1e95 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  40. f1aed03 Fix NPE in Dhcp6HandlerImpl by Charles Chan · 6 years ago
  41. a4eabc0 [CORD-2260] Add a timer task to clean ipaddr, pd prefix by Kalhee Kim · 7 years ago
  42. e5bb709 [CORD-2362] dhcp relay v6 counters implementation by Kalhee Kim · 7 years ago
  43. 023e0bd [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server by Kalhee Kim · 7 years ago
  44. 21acc22 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery by Kalhee Kim · 7 years ago
  45. 285cb77 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  46. ce44f78 Starting snapshot 1.12.1-SNAPSHOT by ONOS Jenkins User · 6 years ago
  47. da4da76 Tagging 1.12.1-b1 by ONOS Jenkins User · 6 years ago 1.12.1-b1
  48. 59cfbe8 Remove unnecessary warning from DHCP6 relay handler by Yi Tseng · 7 years ago
  49. fa9004b Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler, by Saurav Das · 7 years ago
  50. b62be50 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 7 years ago
  51. 32b7f0a Tagging 1.12.0 by Ray Milkey · 7 years ago 1.12.0
  52. 3648094 Starting snapshot 1.12.1-SNAPSHOT by Ray Milkey · 7 years ago
  53. 1980d50 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  54. 9a775f9 Tagging 1.12.0-rc3 by Ray Milkey · 7 years ago 1.12.0-rc3
  55. b69bd19 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 7 years ago
  56. 21a2dc8 [CORD-2320] DHCPv4 thows an exception when no indirect DHCPv4 server is configured by Yi Tseng · 7 years ago
  57. f431197 [CORD-2316] DHCP relay should ignore the DHCP packet if configed instead of drop it by Yi Tseng · 7 years ago
  58. a7b346a Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  59. 15d2018 Tagging 1.12.0-rc2 by Ray Milkey · 7 years ago 1.12.0-rc2
  60. 04fecb5 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  61. fc67a20 Tagging 1.12.0-rc1 by Ray Milkey · 7 years ago 1.12.0-rc1
  62. ba36606 [CORD-1616] Supports PD by DHCP relay App by Kalhee Kim · 7 years ago
  63. 921e5b0 Fix NPE of DHCP relay by Yi Tseng · 7 years ago
  64. beea16e Fix DHCP Relay Cli by Yi Tseng · 7 years ago
  65. 25bfe37 [CORD-1735] Add "relayAgentIps" option to DHCP relay application config by Yi Tseng · 7 years ago
  66. cc6ec60 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  67. 9f9a752 Tagging 1.12.0-b2 by Ray Milkey · 7 years ago 1.12.0-b2
  68. 48cd086 [CORD-2228] Fix concurrent error when reactivate DHCP relay by Yi Tseng · 7 years ago
  69. 121ba92 [CORD-2066] Router to indirect IPv6 addresses are unresolvable by Kalhee Kim · 7 years ago
  70. 41dde70 [CORD-2198] Incorrect packet requests for dhcpv6 relay by Yi Tseng · 7 years ago
  71. f9c409a [ONOS-6556] Distributed Implementation of PiPipeconfService by Andrea Campanella · 7 years ago
  72. 7f8d14d Include the new nextHopTemp field in equals, hashCode, toString and clone by Charles Chan · 7 years ago
  73. d0dd700 Implement DHCPv4 Lease Query by Charles Chan · 7 years ago
  74. 525ff40 [CORD-1751] Preventing attacks on DHCP-Relay by Yi Tseng · 7 years ago
  75. 6fa3b4f Fix checkstyle error by Charles Chan · 7 years ago
  76. a990ce9 [CORD-2065] Source address of relayed DHCPv6 packet is not always correct? by Charles Chan · 7 years ago
  77. a0b8f65 [CORD-2064] When parsing InterfaceID buffer size is insufficient by Kalhee Kim · 7 years ago
  78. 45b2418 [CORD-2097] DHCP V6 Relay incorrect src ip and src mac set toward server by Kalhee Kim · 7 years ago
  79. 919b2df [CORD-1880] Improve DHCP relay CLI by Yi Tseng · 7 years ago
  80. 0c0cb0b [CORD-1895] Incorrect VLAN DHCPV6 message to client by Kalhee Kim · 7 years ago
  81. d0d1e33 Fix relay agent ip for indirect DHCPv4 packets by Charles Chan · 7 years ago
  82. d21029f [CORD-1928] Indirect dhcpv6 solicit/request should forwarded to indirect connecctPoint by Kalhee Kim · 7 years ago
  83. ae0f5dc [CORD-2055] Set hop limit to 64 when relaying DHCPv6 by Charles Chan · 7 years ago
  84. f0c4761 Remove deprecated deserialize() mthods from packet classes by Ray Milkey · 7 years ago
  85. c4a0bea [CORD-2016] DHCPv4 packet broadcast flag is not reset in relay by Yi Tseng · 7 years ago
  86. 1581384 [CORD-1925] Fix null pointer exception in DHCP relay store by Yi Tseng · 7 years ago
  87. 4025a10 [CORD-1956] Incorrect logic to find interface for input/output packet by Yi Tseng · 7 years ago
  88. dc48fb2 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  89. eb3f6ef Tagging 1.12.0-b1 by Ray Milkey · 7 years ago 1.12.0-b1
  90. 93ba53c [CORD-1715] The dest udp port for DHCP reply packets should be 68 by Yi Tseng · 7 years ago
  91. a5b5b9c Fix NPE in DhcpRelayManager by Charles Chan · 7 years ago
  92. 7c6dec1 Small bug fix for providerId by Saurav Das · 7 years ago
  93. d988c28 Fix duplicated provider id by Charles Chan · 7 years ago
  94. aa417a6 [CORD-1887] Make DHCP relay works with dual homing by Yi Tseng · 7 years ago
  95. 127ffe5 [CORD-1898] Fix ignore rule bug of DHCP relay by Yi Tseng · 7 years ago
  96. 45fede4 CORD-1430 Dhcpv6 Relay APP by Kalhee Kim · 7 years ago
  97. 4f2a046 [CORD-1808] Relay indirect dhcp packet to different server if configed by Yi Tseng · 7 years ago
  98. 51f1be9 [CORD-1850] Ignore DHCP on a particular VLAN by Yi Tseng · 7 years ago
  99. a5cde45 [CORD-1886] Fix DHCPv4 relay config handling bug by Yi Tseng · 7 years ago
  100. 06799d6 Activate distributed route store while activate DHCP relay app by Yi Tseng · 7 years ago