diff options
author | Zdeno <zolsovsk@cisco.com> | 2016-04-18 16:17:26 +0200 |
---|---|---|
committer | Zdeno Olsovsky <zolsovsk@cisco.com> | 2016-05-09 15:11:56 +0200 |
commit | 395ed47437010c9852d9d620f491f660a085dbfd (patch) | |
tree | 62bb03659c8886b192c619636fff7b9c546441c4 /resources/templates | |
parent | 8935f5271dacc631d5b834b27b36bfad83c350c2 (diff) |
CSIT-9: COP Whitelist/blacklist
- Included are also IPv6 tests
- JIRA: CSIT-17
Change-Id: I89ae6c38cdc6742a597c0dc24ed1c033c1b5d155
Signed-off-by: Zdeno <zolsovsk@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r-- | resources/templates/vat/add_fib_table.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/cop_interface.vat | 1 | ||||
-rw-r--r-- | resources/templates/vat/cop_whitelist.vat | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/resources/templates/vat/add_fib_table.vat b/resources/templates/vat/add_fib_table.vat new file mode 100644 index 0000000000..5adedd740d --- /dev/null +++ b/resources/templates/vat/add_fib_table.vat @@ -0,0 +1 @@ +ip_add_del_route {network}/{prefix_length} {where} vrf {fib_number} create-vrf
\ No newline at end of file diff --git a/resources/templates/vat/cop_interface.vat b/resources/templates/vat/cop_interface.vat new file mode 100644 index 0000000000..1912fa2307 --- /dev/null +++ b/resources/templates/vat/cop_interface.vat @@ -0,0 +1 @@ +cop_interface_enable_disable sw_if_index {sw_if_index} {state}
\ No newline at end of file diff --git a/resources/templates/vat/cop_whitelist.vat b/resources/templates/vat/cop_whitelist.vat new file mode 100644 index 0000000000..487d55310c --- /dev/null +++ b/resources/templates/vat/cop_whitelist.vat @@ -0,0 +1 @@ +cop_whitelist_enable_disable sw_if_index {sw_if_index} {ip} fib-id {fib_id}
\ No newline at end of file |