Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
unspecified
-
None
-
None
-
Operating System: All
Platform: All
-
1905
Description
I use Postman, using Put to specify the hops of ELP, and I condigured them as strict:¨true¨: as shown below, but after that I use GET to check, I found this strict becomes ¨false¨.
{
"key" : "asdf",
"mapregister" :
{
"proxyMapReply" : true,
"eidToLocatorRecords" :
[
{
"authoritative" : true,
"prefixGeneric" :
,
"mapVersion" : 0,
"maskLength" : 32,
"action" : "NoAction",
"locators" :
[
{
"multicastPriority" : 1,
"locatorGeneric" :
,
"routed" : true,
"multicastWeight" : 0,
"rlocProbed" : false,
"localLocator" : false,
"priority" : 124,
"weight" : 1
},
{
"multicastPriority" : 1,
"locatorGeneric" :
{
"afi" : 16387,
"lcafType" : 10,
"hops" :
[
{
"lookup" : false,
"RLOCProbe" : false,
"strict" : true,
"address" :
},
{
"lookup" : false,
"RLOCProbe" : false,
"strict" : true,
"address" :
}
]
},
"routed" : true,
"multicastWeight" : 0,
"rlocProbed" : false,
"localLocator" : false,
"priority" : 125,
"weight" : 1
}
],
"recordTtl" : 5
}
],
"keyId" : 0
}
}