diff options
author | Tibor Frank <tifrank@cisco.com> | 2016-05-13 10:25:16 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2016-05-13 14:39:44 +0200 |
commit | 981bc57e281bc2f6920f7690eccc3106419474d2 (patch) | |
tree | 3a87f2be9fad0b8341786a86db7ff3833baf9097 /resources/templates | |
parent | 97c8c74e4f813a259ca825e831f83d546d96a171 (diff) |
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 <tifrank@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/vxlan_dump.vat | 2 |
1 files changed, 1 insertions, 1 deletions
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 |