From c3bf9f6ad20223998c1103ba3061a5e338979e2b Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 24 Aug 2016 16:09:20 +0200 Subject: CSIT-229: ip4-lispgpe-ip4 - main fib, - vrf, - phy2lisp Change-Id: Ic9bacef4574dc07b25041c4cd0653825a65c94fb Signed-off-by: Tibor Frank --- resources/templates/vat/lisp/lisp_gpe_status.vat | 1 + resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat | 1 + resources/templates/vat/lisp/show_lisp_locator_set.vat | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 resources/templates/vat/lisp/lisp_gpe_status.vat create mode 100644 resources/templates/vat/lisp/show_lisp_gpe_tunnel.vat (limited to 'resources/templates') 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 -- cgit 1.2.3-korg