Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
5a5ed59f6e72b5b6e63ab37fa340b03bb5a09143
/
protocols
/
lisp
/
msg
/
src
a09fe5b
Updating Copyright line to Open Networking Foundation
by Brian O'Connor
· 7 years ago
f17e0c9
Improve ExpireMap lookup performance with code refactoring
by Jian Li
· 7 years ago
d1ce4bc
Fix javadoc warnings
by Yuta HIGUCHI
· 7 years ago
f25adf0
Refactor: further simplify if-else statement
by Jian Li
· 7 years ago
3282a34
Refactor: restrict package access level, replace for with foreach
by Jian Li
· 7 years ago
6b5efbb
Refactor: remove redundant return and unused method from MacAuth
by Jian Li
· 7 years ago
03398d5
Fix: resolve potential NPE in LispInfo request and reply
by Jian Li
· 7 years ago
b25fcb4
Improve MapDB read performance by using cached hash code
by Jian Li
· 7 years ago
af72941
Bugfix: Only reads the replyRecord when map data present bit is set
by Jian Li
· 8 years ago
299bc1d
[ONOS-6142] Add AppData and AS extension addresses with unit test
by Jian Li
· 8 years ago
08f613a
Fix: Correct typos in multicast LCAF address class
by Jian Li
· 8 years ago
f4bfbaa
[ONOS-5945] Add LispMapReferral message type with unit tests
by Jian Li
· 8 years ago
d55111b
[ONOS-5945] Add de/serailizer for LISP referral with unit tests
by Jian Li
· 8 years ago
4fc55e3
[ONOS-5946] Implement LISP signature type
by Jian Li
· 8 years ago
672ebda
[ONOS-5945] Initial implementation of MapReferral message type
by Jian Li
· 8 years ago
c4d0391
[ONOS-5944] Add LISP Geo Coordindate LCAF address type
by Jian Li
· 8 years ago
3ff578d
[ONOS-5943] Add LISP nonce LCAF address type
by Jian Li
· 8 years ago
2af9eaa
[ONOS-5942] Add LISP multicast LCAF address type
by Jian Li
· 8 years ago
f31019a
Refactor: move LCAF related address classes under lcaf package
by Jian Li
· 8 years ago
347c51e
Fix: sonar related fixes for LISP protocol package
by Jian Li
· 8 years ago
3a99e71
Fix: remove redundant parameter setup for LCAF addresses
by Jian Li
· 8 years ago
01f75b9
[ONOS-5752] Add AS number LCAF address with unit tests
by Jian Li
· 8 years ago
3e1bac2
Add ReplyRecord field into Map-Request message
by Jian Li
· 8 years ago
d6483cc
Bump up the LISP LCAF version from draft 20 to draft 22
by Jian Li
· 8 years ago
cdbc087
[ONOS-5710] Process Map-Request msg when proxy bit is set to false
by Jian Li
· 8 years ago
5e505c6
Refactor LISP package to separate ctrl interface and impl classes
by Jian Li
· 8 years ago
3109de8
Fix: correct protocol stack comment of LispNatLcafAddress class
by Jian Li
· 8 years ago
712ec05
[ONOS-5688] Make LISP authKey and authKeyId be configurable
by Jian Li
· 8 years ago
5b2b236
Fix sonar warnings of LISP authentication package
by Jian Li
· 8 years ago
55ddcdb
Bugfix: try to use parent LCAF class for serializing NAT address
by Jian Li
· 8 years ago
980cd7c
Bug fixes of calculating message length for InfoRequest/Reply
by yoonseon
· 8 years ago
6ef1b3f
[ONOS-5623] Enhance map server to handle Info-Request control msg
by Jian Li
· 8 years ago
ef0f723
Bugfix: Parse the LCAF address by referring to length field value
by Jian Li
· 8 years ago
d1a109e
Move authData calculation logic to each LISP message builder classs
by Jian Li
· 8 years ago
beb4122
Enable to handle LISP Info (request, reply) messages by LISPMessageReaderFactory
by yoonseon
· 8 years ago
89c9ca9
Bump up the LISP LCAF version from draft 13 to draft 20
by Jian Li
· 8 years ago
51aaca1
Automatically calculate auth data length based on the auth method
by Jian Li
· 8 years ago
0bb1e10
Javadoc fixes
by Ray Milkey
· 8 years ago
1118c12
[ONOS-5267] Initial implementation of MapResolver
by Jian Li
· 8 years ago
b9e1ac7
Bugfix: try to deal with the first two bytes of LCAF address stream
by Jian Li
· 8 years ago
99f83ef
Add LISP Traffic Engineering LCAF address with unit tests
by Jian Li
· 8 years ago
afe2d3f
Fix the LispMessageEncoder to reply with UDP message sender
by Jian Li
· 8 years ago
f11594a
Bugfix: handle LISP map-request message that is encapsulated in ECM
by Jian Li
· 8 years ago
88addd5
Add AuthenticationDataLength field when deserialize Map-Register
by Jian Li
· 8 years ago
ca814bf
[ONOS-5480] The implementation of LISP Encapsulated Control Message (ECM).
by Yoonseon Han
· 8 years ago
f8c2d4a
Add LISP MAC SHA1 and SHA256 authentication mechanisms
by Jian Li
· 8 years ago
84b7582
Code clean up for LISP address and control message test cases
by Jian Li
· 8 years ago
2775935
[ONOS-5427] Add LISP Info-Request and Info-Reply message type
by Jian Li
· 8 years ago
5201576
[ONOS-5427] Add LISP NAT LCAF address class along with unit tests
by Jian Li
· 8 years ago
cbc57e3
Add type code into LispType enum to prevent arbitrary place holder
by Jian Li
· 8 years ago
e4f1216
Add LispMessageEncoder and LispMessageDecoder with unit tests
by Jian Li
· 8 years ago
b26d350
Improve unit test coverage by considering MapRecord and EidRecord
by Jian Li
· 8 years ago
42b3e43
Remove recordCount and locatorCount from LISP control message class
by Jian Li
· 8 years ago
d4e6370
Add NotNull and Argument check during object build for LISP object
by Jian Li
· 8 years ago
e4ba2a4
Add unit tests for LISP control message serializer and deserializer
by Jian Li
· 8 years ago
76ea057
Add unit tests for LISP address serializer and deserializer
by Jian Li
· 8 years ago
edc5db1
[ONOS-4718] Initial implementation of LISP control msg serializer
by Jian Li
· 8 years ago
ba87170
[ONOS-4718] Initial implementation of LISP address serializer
by GUNi
· 8 years ago
a7b394d
[ONOS-4718] Deserialize addresses from LISP control message class
by Jian Li
· 8 years ago
4eb3e3a
Revise comments to align protocol stack
by Jian Li
· 8 years ago
115d860
[ONOS-4718] Initial implementation of LISP address deserializer
by Jian Li
· 8 years ago
4767190
[ONOS-4718] Initial implementation of LISP control msg deserializer
by Jian Li
· 8 years ago
26069e2
[ONOS-4718] Add skeleton code for de-serializing LISP ctrl messages
by Jian Li
· 8 years ago
e9af3b4
Add unit test for LISP address to check obj equality & construction
by Jian Li
· 8 years ago
8fc2d2f
Fix: Javadoc fix for LISP related classes
by Jian Li
· 8 years ago
18f3bce
Add unit test for LISP msg to check object equality and construction
by Jian Li
· 8 years ago
20850d3
[ONOS-4718] Add toString, equals, hashCode for LISP control message
by Jian Li
· 8 years ago
525fded
Move build method to each control msg, realize createBuilder method
by Jian Li
· 8 years ago
79b1bb2
Remove solicit map request message class and interface
by Jian Li
· 8 years ago
631e62a
[ONOS-4718] Implement DefaultLispMapRecord class with interface mod
by Jian Li
· 8 years ago
f59c0ad
[ONOS-4718] Implement LISP control message classes
by Jian Li
· 8 years ago
10a0906
[ONOS-4718] Add LispMapRecord, rename EidRecord to LispEidRecord
by Jian Li
· 8 years ago
4b02211
Fix LISP related javadoc
by Yuta HIGUCHI
· 8 years ago
719b3bf
[ONOS-4718] Initial implementation of LISP control message objects
by Jian Li
· 8 years ago
451175e
[ONOS-4718] Initially add five LISP message interfaces and classes
by Jian Li
· 8 years ago
cb1fca2
[ONOS-4718] Initial commit for LISP protocol message package
by Jian Li
· 8 years ago
d56f97e
[ONOS-4718] Add LispDistinguishedNameAddress, modify hashCode logic
by Jian Li
· 8 years ago
c7e20a5
[ONOS-4718] Add more LCAF type address with augmented LCAF class
by Jian Li
· 8 years ago
0959600
[ONOS-4718] Add LISP Canonical Address Format Enum and Address class
by Jian Li
· 8 years ago
6b77dc0
[ONOS-4718] Add several data types used for addressing LISP locator
by Jian Li
· 8 years ago
3573439
Initial commit for LISP SBI Encoder and Decoder package
by Jian Li
· 8 years ago