1. 2c2c6cc Adding get flow by table REST api, fixing exceptions in dhcp by rsahot036 · 6 years ago
  2. 61ac570 Correcting typo by Sangyeok Sim · 6 years ago
  3. 83b7645 DHCPv[46] relay must replace the route instead of adding an extra NH by Daniel Ginsburg · 6 years ago
  4. 431b6cb Make sure that HostLocation's timestamp is updated by Daniel Ginsburg · 6 years ago
  5. 7847227 Fix artifactId by Yuta HIGUCHI · 6 years ago
  6. 96a0d34 CORD-2870: Bypass DHCP leasequery without learning routes. by Taras Lemkin · 6 years ago
  7. 10b2fee Minor improvements by Charles Chan · 6 years ago
  8. bca9049 Starting snapshot 1.14.0-SNAPSHOT by Ray Milkey · 6 years ago
  9. 6328db7 Ensure host events are handled outside the event loop to avoid interrupts by Jordan Halterman · 6 years ago
  10. 6305b69 [CORD-2882] Set route source to DHCP for DHCPv4 by Charles Chan · 6 years ago
  11. 44fbda1 [CORD-2906] dhcpv6 server ack pkt needs to set VID according to client vid by Kalhee Kim · 6 years ago
  12. 54a97c9 [CORD-2882] set route source to DHCP for dhcpv6 instead of FPM by Kalhee Kim · 6 years ago
  13. a10137c Fixing residual ON.Lab references. by Thomas Vachuska · 6 years ago
  14. e5e0c9a Better error handling by Charles Chan · 6 years ago
  15. 29d9598 Protect DhcpServerConfig from IllegalArgumentException by Charles Chan · 6 years ago
  16. 70fdd49 Avoid ConcurrentModificationException by using SynchronizedMultimap by Charles Chan · 6 years ago
  17. 909cff8 Avoid ConcurrentModificationException by using CopyOnWriteArrayList by Charles Chan · 6 years ago
  18. 2de5530 Fix potential NPE and logical error by Charles Chan · 6 years ago
  19. 620655b Support for ipv4 dhcp multi server by rsahot036 · 6 years ago
  20. 750c999 Avoid too many unnecessary INFO logs by Charles Chan · 6 years ago
  21. 3a15b28 Fix Sonar warning - remove redundant condition check by Charles Chan · 6 years ago
  22. a21c0ca DHCPv6 Lease Query by Lior Assouline · 6 years ago
  23. ba547f9 SONAR suggestion - log exceptions, don't print stack traces by Ray Milkey · 6 years ago
  24. d6a67c3 SONAR suggestion - explicit break in switch statements by Ray Milkey · 6 years ago
  25. b1dec91 CORD-2637 Correctly use broadcast flag in DHCPv4 relay by Daniel Ginsburg · 6 years ago
  26. fbd9ae9 Various small fixes by Yuta HIGUCHI · 6 years ago
  27. ffe1a33 SONAR suggestions - more blocker bugs by Ray Milkey · 6 years ago
  28. 239492c Fix NPE in Dhcp6HandlerImpl by Charles Chan · 6 years ago
  29. 2f07c60 [CORD-2260] Add a timer task to clean ipaddr, pd prefix by Kalhee Kim · 6 years ago
  30. d94ceea [CORD-2362] dhcp relay v6 counters implementation by Kalhee Kim · 6 years ago
  31. 495c9b2 [CORD-2318] Allow v6 alternative dhcp server for default and indirect dhcp server by Kalhee Kim · 7 years ago
  32. ea4b6c2 [CORD-2226] Dhcp6 Relay uses to store dhcp record for LeaseQuery by Kalhee Kim · 7 years ago
  33. fe0e085 SONAR suggestions - boolean expressions that are known to be 'true' or 'false' by Ray Milkey · 6 years ago
  34. 45d340c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  35. 32ebb5a Tagging 1.13.0-b8 by ONOS Jenkins User · 6 years ago 1.13.0-b8
  36. 50443e8 Ignore irrelevant events in SegmentRoutingManager and DhcpRelayManager by Charles Chan · 6 years ago
  37. 68ef26b Remove unnecessary warning from DHCP6 relay handler by Yi Tseng · 6 years ago
  38. b805f1a Bug fix for IgnoreDhcp rules after switch restart. Also fixed NPE in group handler, by Saurav Das · 6 years ago
  39. 61881df Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  40. d22dccc Tagging 1.13.0-b7 by ONOS Jenkins User · 6 years ago 1.13.0-b7
  41. 4bf9e3a Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  42. 168ac92 Tagging 1.13.0-b6 by ONOS Jenkins User · 6 years ago 1.13.0-b6
  43. 0e78e27 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  44. 2a7d833 Tagging 1.13.0-b5 by ONOS Jenkins User · 6 years ago 1.13.0-b5
  45. c53a15f Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  46. d06da9e Tagging 1.13.0-b3 by ONOS Jenkins User · 6 years ago
  47. 716484c Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  48. 6a6ac1d Tagging 1.13.0-b1 by ONOS Jenkins User · 6 years ago
  49. a57a814 Starting snapshot 1.13.0-SNAPSHOT by ONOS Jenkins User · 6 years ago
  50. 8977ced Tagging 1.13.0-b0 by ONOS Jenkins User · 6 years ago
  51. 8ca2bc0 Small updates to SR to get it to ignore devices not configured as routers by Jonathan Hart · 6 years ago
  52. 3bd57ac [CORD-2320] DHCPv4 thows an exception when no indirect DHCPv4 server is configured by Yi Tseng · 6 years ago
  53. dbabeed [CORD-2316] DHCP relay should ignore the DHCP packet if configed instead of drop it by Yi Tseng · 6 years ago
  54. a09f87f Starting snapshot 1.13.0-SNAPSHOT by Ray Milkey · 6 years ago
  55. ba36606 [CORD-1616] Supports PD by DHCP relay App by Kalhee Kim · 7 years ago
  56. 921e5b0 Fix NPE of DHCP relay by Yi Tseng · 6 years ago
  57. beea16e Fix DHCP Relay Cli by Yi Tseng · 6 years ago
  58. 25bfe37 [CORD-1735] Add "relayAgentIps" option to DHCP relay application config by Yi Tseng · 7 years ago
  59. cc6ec60 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 6 years ago
  60. 9f9a752 Tagging 1.12.0-b2 by Ray Milkey · 6 years ago 1.12.0-b2
  61. 48cd086 [CORD-2228] Fix concurrent error when reactivate DHCP relay by Yi Tseng · 7 years ago
  62. 121ba92 [CORD-2066] Router to indirect IPv6 addresses are unresolvable by Kalhee Kim · 7 years ago
  63. 41dde70 [CORD-2198] Incorrect packet requests for dhcpv6 relay by Yi Tseng · 7 years ago
  64. f9c409a [ONOS-6556] Distributed Implementation of PiPipeconfService by Andrea Campanella · 7 years ago
  65. 7f8d14d Include the new nextHopTemp field in equals, hashCode, toString and clone by Charles Chan · 7 years ago
  66. d0dd700 Implement DHCPv4 Lease Query by Charles Chan · 7 years ago
  67. 525ff40 [CORD-1751] Preventing attacks on DHCP-Relay by Yi Tseng · 7 years ago
  68. 6fa3b4f Fix checkstyle error by Charles Chan · 7 years ago
  69. a990ce9 [CORD-2065] Source address of relayed DHCPv6 packet is not always correct? by Charles Chan · 7 years ago
  70. a0b8f65 [CORD-2064] When parsing InterfaceID buffer size is insufficient by Kalhee Kim · 7 years ago
  71. 45b2418 [CORD-2097] DHCP V6 Relay incorrect src ip and src mac set toward server by Kalhee Kim · 7 years ago
  72. 919b2df [CORD-1880] Improve DHCP relay CLI by Yi Tseng · 7 years ago
  73. 0c0cb0b [CORD-1895] Incorrect VLAN DHCPV6 message to client by Kalhee Kim · 7 years ago
  74. d0d1e33 Fix relay agent ip for indirect DHCPv4 packets by Charles Chan · 7 years ago
  75. d21029f [CORD-1928] Indirect dhcpv6 solicit/request should forwarded to indirect connecctPoint by Kalhee Kim · 7 years ago
  76. ae0f5dc [CORD-2055] Set hop limit to 64 when relaying DHCPv6 by Charles Chan · 7 years ago
  77. f0c4761 Remove deprecated deserialize() mthods from packet classes by Ray Milkey · 7 years ago
  78. c4a0bea [CORD-2016] DHCPv4 packet broadcast flag is not reset in relay by Yi Tseng · 7 years ago
  79. 1581384 [CORD-1925] Fix null pointer exception in DHCP relay store by Yi Tseng · 7 years ago
  80. 4025a10 [CORD-1956] Incorrect logic to find interface for input/output packet by Yi Tseng · 7 years ago
  81. dc48fb2 Starting snapshot 1.12.0-SNAPSHOT by Ray Milkey · 7 years ago
  82. eb3f6ef Tagging 1.12.0-b1 by Ray Milkey · 7 years ago 1.12.0-b1
  83. 93ba53c [CORD-1715] The dest udp port for DHCP reply packets should be 68 by Yi Tseng · 7 years ago
  84. a5b5b9c Fix NPE in DhcpRelayManager by Charles Chan · 7 years ago
  85. 7c6dec1 Small bug fix for providerId by Saurav Das · 7 years ago
  86. d988c28 Fix duplicated provider id by Charles Chan · 7 years ago
  87. aa417a6 [CORD-1887] Make DHCP relay works with dual homing by Yi Tseng · 7 years ago
  88. 127ffe5 [CORD-1898] Fix ignore rule bug of DHCP relay by Yi Tseng · 7 years ago
  89. 45fede4 CORD-1430 Dhcpv6 Relay APP by Kalhee Kim · 7 years ago
  90. 4f2a046 [CORD-1808] Relay indirect dhcp packet to different server if configed by Yi Tseng · 7 years ago
  91. 51f1be9 [CORD-1850] Ignore DHCP on a particular VLAN by Yi Tseng · 7 years ago
  92. a5cde45 [CORD-1886] Fix DHCPv4 relay config handling bug by Yi Tseng · 7 years ago
  93. 06799d6 Activate distributed route store while activate DHCP relay app by Yi Tseng · 7 years ago
  94. 3df7f9d [CORD-1735] Add "relayAgentIps" option to DHCP relay application config by Yi Tseng · 7 years ago
  95. 440e2b7 [CORD-1779] Fix directlyConnected function by Yi Tseng · 7 years ago
  96. b002968 Cleaning up application titles, descriptions and categories. by Thomas Vachuska · 7 years ago
  97. 483ac6f [CORD-1628] DHCP relay app configuration change for multiple servers by Yi Tseng · 7 years ago
  98. c108a6b Fix typos detected by Frank Wang by Ray Milkey · 7 years ago
  99. 446f446 Refactor buck external dependencies by Ray Milkey · 7 years ago
  100. 1696f56 Fix incorrect destination mac for DHCP relay by Yi Tseng · 7 years ago