aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/add_fib_table.vat1
-rw-r--r--resources/templates/vat/cop_interface.vat1
-rw-r--r--resources/templates/vat/cop_whitelist.vat1
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