Difference between revisions of "ONE/Restconf Lisp Guide"
From fd.io
< ONE
(→Restconf Lisp Guide) |
(→Restconf Lisp Guide) |
||
| Line 19: | Line 19: | ||
} | } | ||
} | } | ||
| − | <pre> | + | </pre> |
==== Map Resolver ==== | ==== Map Resolver ==== | ||
Revision as of 06:50, 19 August 2016
Restconf Lisp Guide
This guide is showing how to use Lisp with Honeycomb/Vpp.
Restconf Calls
Lisp
Vpp alternative - vpp# lisp enable/disable
This call will enable Lisp feature.
PUT - http://localhost:8181/restconf/config/lisp:lisp
{
"lisp":{
"enable":"true"
}
}