diff options
author | selias <samelias@cisco.com> | 2017-03-13 13:44:00 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-03-16 13:11:33 +0000 |
commit | 9ed94e3aa627762fe711539640791a7819917ead (patch) | |
tree | 8c354706c66a09006c5199b79454d64750b10044 /resources/templates/vat | |
parent | 38722703b8ca56a334c6fc77b2cfab9d16c978f9 (diff) |
fix typo in VAT template interface_vrf_dump
Change-Id: I6ca224a664a8e00f91f7b7d826036c74def8fac9
Signed-off-by: selias <samelias@cisco.com>
Diffstat (limited to 'resources/templates/vat')
-rw-r--r-- | resources/templates/vat/interface_vrf_dump.vat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/templates/vat/interface_vrf_dump.vat b/resources/templates/vat/interface_vrf_dump.vat index 142a259c4e..5cae0abc12 100644 --- a/resources/templates/vat/interface_vrf_dump.vat +++ b/resources/templates/vat/interface_vrf_dump.vat @@ -1 +1 @@ -sw_interface_get_table sw_if_index ${sw_if_index}
\ No newline at end of file +sw_interface_get_table sw_if_index {sw_if_index}
\ No newline at end of file |