mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
Add AuthenticationDataLength field when deserialize Map-Register
Change-Id: I961ec472948df7a6a88547eb2e5e60eb38969320
This commit is contained in:
parent
955c20c5b3
commit
88addd557e
@ -292,6 +292,7 @@ public final class DefaultLispMapRegister implements LispMapRegister {
|
||||
.withNonce(nonce)
|
||||
.withKeyId(keyId)
|
||||
.withAuthenticationData(authData)
|
||||
.withAuthDataLength(authLength)
|
||||
.withMapRecords(mapRecords)
|
||||
.build();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user