Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
Lithium
-
None
-
None
-
Operating System: All
Platform: All
-
3410
Description
It is possible to add keys or mappings with different eid URIs using the same actual EID stored in the LispAddressContainer/maskLenght combination. In that case, the MD-SAL config datastore will have multiple mappings, while the DAO only one.
EXAMPLE
-------
{
"authentication-key": {
"eid": "192.0.2.1",
"LispAddressContainer": {
"Ipv4Address":
},
"mask-length": 32,
"key-type": 1,
"authkey": "password"
}
}
—
{
"authentication-key": {
"eid": "192.0.2.1bis",
"LispAddressContainer": {
"Ipv4Address":
},
"mask-length": 32,
"key-type": 1,
"authkey": "password"
}
}
MD-SAL config datastore will have two mappings, one for '192.0.2.1' and one for '192.0.2.1bis', while the DAO will have single entry for 192.0.2.1/32.