From 981bc57e281bc2f6920f7690eccc3106419474d2 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 13 May 2016 10:25:16 +0200 Subject: Add possibility to create a VxLAN interface. JIRA: CSIT-51 - add a keyword which adds a new VxLAN interface - change InterfaceUtil.vxlan_dump to be able to return info about all VxLAN interfaces. Change-Id: I8ad3dc1d414924e74ea1ecea1f316ca5c648e2d0 Signed-off-by: Tibor Frank --- resources/templates/vat/vxlan_dump.vat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/templates/vat/vxlan_dump.vat') diff --git a/resources/templates/vat/vxlan_dump.vat b/resources/templates/vat/vxlan_dump.vat index 0be6d9ff69..6f41f311bc 100644 --- a/resources/templates/vat/vxlan_dump.vat +++ b/resources/templates/vat/vxlan_dump.vat @@ -1 +1 @@ -vxlan_tunnel_dump sw_if_index {sw_if_index} \ No newline at end of file +vxlan_tunnel_dump {param} {sw_if_index} \ No newline at end of file -- cgit 1.2.3-korg