-
Bug
-
Resolution: Done
-
High
-
None
-
None
-
None
Usecase
Following data has been defined
PUT http://localhost:8181/restconf/config/lisp:lisp/locator-sets/locator-set/loc_1
{
"locator-set":
}
PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12
{
"vni-table":
}
PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/local-mappings/local-mapping/loc_map_1
{
"local-mapping":{
"id":"loc_map_1",
"eid":
,
"locator-set":"loc_1"
}
}
PUT http://localhost:8181/restconf/config/lisp:lisp/eid-table/vni-table/12/remote-mappings/remote-mapping/remote_map_1
{
"remote-mapping":{
"id":"remote_map_1",
"eid":
,
"map-reply-action":"no-action"
}
}
All writes passed succesfully(dont know if there is any vppctl call to verify if they were written ?) .
After that,no dump call in any variation has dumped anything(remote/local,specific/all)
- blocks
-
HONEYCOMB-75 LISP support in Honeycomb
-
- Complete
-