diff options
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/lisp/lisp_gpe_status.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/lisp/show_lisp_locator_set.vat | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/resources/templates/vat/lisp/lisp_gpe_status.vat b/resources/templates/vat/lisp/lisp_gpe_status.vat new file mode 100644 index 0000000000..5c4080afc5 --- /dev/null +++ b/resources/templates/vat/lisp/lisp_gpe_status.vat @@ -0,0 +1 @@ +lisp_gpe_enable_disable {state} diff --git a/resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat b/resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat new file mode 100644 index 0000000000..802cfbb6a0 --- /dev/null +++ b/resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat @@ -0,0 +1 @@ +# TODO: Implement when VPP-334 is fixed.
\ No newline at end of file diff --git a/resources/templates/vat/lisp/show_lisp_locator_set.vat b/resources/templates/vat/lisp/show_lisp_locator_set.vat index 43768ec421..4f775ff47a 100644 --- a/resources/templates/vat/lisp/show_lisp_locator_set.vat +++ b/resources/templates/vat/lisp/show_lisp_locator_set.vat @@ -1 +1 @@ -lisp_locator_set_dump
\ No newline at end of file +lisp_locator_set_dump {filter}
\ No newline at end of file |