1. 834ff72 [ONOS-5607] Revise LISP ctrl impl class to track msgs and routers by Jian Li · 7 years ago
  2. 7ccc3a8 [ONOS-5607] Add LISP router, controller and listener interfaces by Jian Li · 7 years ago
  3. e530690 Support to obtain all map records from MappingDatabase by Jian Li · 7 years ago
  4. 3e1bac2 Add ReplyRecord field into Map-Request message by Jian Li · 7 years ago
  5. d6483cc Bump up the LISP LCAF version from draft 20 to draft 22 by Jian Li · 7 years ago
  6. 2174e32 Fix: Re-enable testEncode unit test for LispMessageEncoderTest by Jian Li · 7 years ago
  7. 6153eab [ONOS-5716] Acknowledge Map-Request with native-forward Map-Reply by Jian Li · 7 years ago
  8. cdbc087 [ONOS-5710] Process Map-Request msg when proxy bit is set to false by Jian Li · 7 years ago
  9. 5e505c6 Refactor LISP package to separate ctrl interface and impl classes by Jian Li · 7 years ago
  10. 29986d8 Add LISP mapping entry aging mechanism by Jian Li · 7 years ago
  11. 3109de8 Fix: correct protocol stack comment of LispNatLcafAddress class by Jian Li · 7 years ago
  12. 72bcefe Starting snapshot 1.9.0-SNAPSHOT by Ray Milkey · 7 years ago
  13. bc3c6ba Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  14. a222d05 Tagging 1.8.0-rc4 by Ray Milkey · 7 years ago 1.8.0-rc4
  15. b547e06 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  16. 4f6d428 Tagging 1.8.0-rc3 by Ray Milkey · 7 years ago 1.8.0-rc3
  17. 2c8a2a4 Bugfix: Acknowledge to ETR only if want-map-notify is set to true by Jian Li · 7 years ago
  18. 712ec05 [ONOS-5688] Make LISP authKey and authKeyId be configurable by Jian Li · 7 years ago
  19. 5b2b236 Fix sonar warnings of LISP authentication package by Jian Li · 7 years ago
  20. 58c6af2 Starting snapshot 1.8.0-SNAPSHOT by Ray Milkey · 7 years ago
  21. 8b8b30c Tagging 1.8.0-rc1 by Ray Milkey · 7 years ago 1.8.0-rc1
  22. cdd276b Support CIDR ranged match for LISP EidRlocRecord with unit tests by Jian Li · 7 years ago
  23. 55ddcdb Bugfix: try to use parent LCAF class for serializing NAT address by Jian Li · 7 years ago
  24. 980cd7c Bug fixes of calculating message length for InfoRequest/Reply by yoonseon · 7 years ago
  25. 6ef1b3f [ONOS-5623] Enhance map server to handle Info-Request control msg by Jian Li · 7 years ago
  26. 5ba6ec1 [ONOS-5606] Try to use Epoll event group if OS natively support it by Jian Li · 7 years ago
  27. db26867 [ONOS-5627] Continuously handle LISP request when exception occurs by yoonseon · 7 years ago
  28. ef0f723 Bugfix: Parse the LCAF address by referring to length field value by Jian Li · 7 years ago
  29. d1a109e Move authData calculation logic to each LISP message builder classs by Jian Li · 7 years ago
  30. beb4122 Enable to handle LISP Info (request, reply) messages by LISPMessageReaderFactory by yoonseon · 7 years ago
  31. 89c9ca9 Bump up the LISP LCAF version from draft 13 to draft 20 by Jian Li · 7 years ago
  32. 51aaca1 Automatically calculate auth data length based on the auth method by Jian Li · 7 years ago
  33. 0bb1e10 Javadoc fixes by Ray Milkey · 7 years ago
  34. 1118c12 [ONOS-5267] Initial implementation of MapResolver by Jian Li · 7 years ago
  35. 24f6cc0 [ONOS-5267] Initial implementation of MapServer and EidRlocMap by Jian Li · 7 years ago
  36. b9e1ac7 Bugfix: try to deal with the first two bytes of LCAF address stream by Jian Li · 7 years ago
  37. 99f83ef Add LISP Traffic Engineering LCAF address with unit tests by Jian Li · 7 years ago
  38. afe2d3f Fix the LispMessageEncoder to reply with UDP message sender by Jian Li · 7 years ago
  39. f11594a Bugfix: handle LISP map-request message that is encapsulated in ECM by Jian Li · 7 years ago
  40. 88addd5 Add AuthenticationDataLength field when deserialize Map-Register by Jian Li · 7 years ago
  41. 6322a36 [ONOS-5267] Rewrite LISP bootstrap class to use UDP rather than TCP by Jian Li · 7 years ago
  42. ca814bf [ONOS-5480] The implementation of LISP Encapsulated Control Message (ECM). by Yoonseon Han · 8 years ago
  43. f8c2d4a Add LISP MAC SHA1 and SHA256 authentication mechanisms by Jian Li · 8 years ago
  44. 451cea3 Add LISP channel pipeline along with server bootstrap by Jian Li · 7 years ago
  45. 84b7582 Code clean up for LISP address and control message test cases by Jian Li · 7 years ago
  46. 2775935 [ONOS-5427] Add LISP Info-Request and Info-Reply message type by Jian Li · 7 years ago
  47. 5201576 [ONOS-5427] Add LISP NAT LCAF address class along with unit tests by Jian Li · 7 years ago
  48. cbc57e3 Add type code into LispType enum to prevent arbitrary place holder by Jian Li · 8 years ago
  49. bfc02ec Bumping snapshot version to 1.8.0-SNAPSHOT by Brian O'Connor · 8 years ago
  50. b19fc86 Bumping version back to 1.7.0-SNAPSHOT by Brian O'Connor · 8 years ago
  51. 338bc0c Bumping pom versions to 1.7.0-rc2 and fixing some maven issues by Brian O'Connor · 8 years ago 1.7.0-rc2
  52. e4f1216 Add LispMessageEncoder and LispMessageDecoder with unit tests by Jian Li · 8 years ago
  53. b26d350 Improve unit test coverage by considering MapRecord and EidRecord by Jian Li · 8 years ago
  54. 42b3e43 Remove recordCount and locatorCount from LISP control message class by Jian Li · 8 years ago
  55. d4e6370 Add NotNull and Argument check during object build for LISP object by Jian Li · 8 years ago
  56. e4ba2a4 Add unit tests for LISP control message serializer and deserializer by Jian Li · 8 years ago
  57. 76ea057 Add unit tests for LISP address serializer and deserializer by Jian Li · 8 years ago
  58. edc5db1 [ONOS-4718] Initial implementation of LISP control msg serializer by Jian Li · 8 years ago
  59. ba87170 [ONOS-4718] Initial implementation of LISP address serializer by GUNi · 8 years ago
  60. a7b394d [ONOS-4718] Deserialize addresses from LISP control message class by Jian Li · 8 years ago
  61. 4eb3e3a Revise comments to align protocol stack by Jian Li · 8 years ago
  62. 115d860 [ONOS-4718] Initial implementation of LISP address deserializer by Jian Li · 8 years ago
  63. 0de4ba9 Remove duplicate version specifications by Yuta HIGUCHI · 8 years ago
  64. 4767190 [ONOS-4718] Initial implementation of LISP control msg deserializer by Jian Li · 8 years ago
  65. 26069e2 [ONOS-4718] Add skeleton code for de-serializing LISP ctrl messages by Jian Li · 8 years ago
  66. e9af3b4 Add unit test for LISP address to check obj equality & construction by Jian Li · 8 years ago
  67. 8fc2d2f Fix: Javadoc fix for LISP related classes by Jian Li · 8 years ago
  68. 18f3bce Add unit test for LISP msg to check object equality and construction by Jian Li · 8 years ago
  69. 20850d3 [ONOS-4718] Add toString, equals, hashCode for LISP control message by Jian Li · 8 years ago
  70. 525fded Move build method to each control msg, realize createBuilder method by Jian Li · 8 years ago
  71. 79b1bb2 Remove solicit map request message class and interface by Jian Li · 8 years ago
  72. 631e62a [ONOS-4718] Implement DefaultLispMapRecord class with interface mod by Jian Li · 8 years ago
  73. f59c0ad [ONOS-4718] Implement LISP control message classes by Jian Li · 8 years ago
  74. 10a0906 [ONOS-4718] Add LispMapRecord, rename EidRecord to LispEidRecord by Jian Li · 8 years ago
  75. 4b02211 Fix LISP related javadoc by Yuta HIGUCHI · 8 years ago
  76. 719b3bf [ONOS-4718] Initial implementation of LISP control message objects by Jian Li · 8 years ago
  77. 451175e [ONOS-4718] Initially add five LISP message interfaces and classes by Jian Li · 8 years ago
  78. ac32718 BuildFix: add missing netty-buffer lib in BUCK build file by Jian Li · 8 years ago
  79. cb1fca2 [ONOS-4718] Initial commit for LISP protocol message package by Jian Li · 8 years ago
  80. d56f97e [ONOS-4718] Add LispDistinguishedNameAddress, modify hashCode logic by Jian Li · 8 years ago
  81. c7e20a5 [ONOS-4718] Add more LCAF type address with augmented LCAF class by Jian Li · 8 years ago
  82. 0959600 [ONOS-4718] Add LISP Canonical Address Format Enum and Address class by Jian Li · 8 years ago
  83. 6b77dc0 [ONOS-4718] Add several data types used for addressing LISP locator by Jian Li · 8 years ago
  84. 3573439 Initial commit for LISP SBI Encoder and Decoder package by Jian Li · 8 years ago
  85. da27f52 Attempt to fix onos-master job issue. by Yuta HIGUCHI · 8 years ago
  86. b695762 [ONOS-4718] Initial commit for LISP SBI protocols by Jian Li · 8 years ago