aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/lisp/add_lisp_local_eid.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_locator.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/add_lisp_map_resolver.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_local_eid.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_locator.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/del_lisp_map_resolver.vat1
-rw-r--r--resources/templates/vat/lisp/lisp_gpe_iface.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_local_eid_table.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_locator_set.vat1
-rw-r--r--resources/templates/vat/lisp/show_lisp_map_resolver.vat1
12 files changed, 12 insertions, 0 deletions
diff --git a/resources/templates/vat/lisp/add_lisp_local_eid.vat b/resources/templates/vat/lisp/add_lisp_local_eid.vat
new file mode 100644
index 0000000000..2df001bf35
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_local_eid.vat
@@ -0,0 +1 @@
+lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_locator.vat b/resources/templates/vat/lisp/add_lisp_locator.vat
new file mode 100644
index 0000000000..4d50326883
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_locator.vat
@@ -0,0 +1 @@
+lisp_add_del_locator locator-set {lisp_name} sw_if_index {sw_if_index} p {priority} w {weight} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_locator_set.vat b/resources/templates/vat/lisp/add_lisp_locator_set.vat
new file mode 100644
index 0000000000..0dccbb71c9
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_add_del_locator_set locator-set {lisp_name} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/add_lisp_map_resolver.vat b/resources/templates/vat/lisp/add_lisp_map_resolver.vat
new file mode 100644
index 0000000000..8daa286e8e
--- /dev/null
+++ b/resources/templates/vat/lisp/add_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_add_del_map_resolver {address} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_local_eid.vat b/resources/templates/vat/lisp/del_lisp_local_eid.vat
new file mode 100644
index 0000000000..f0d16a8e2d
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_local_eid.vat
@@ -0,0 +1 @@
+lisp_add_del_local_eid eid {eid_address}/{eid_prefix} locator-set {locator_name} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_locator.vat b/resources/templates/vat/lisp/del_lisp_locator.vat
new file mode 100644
index 0000000000..243e113e59
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_locator.vat
@@ -0,0 +1 @@
+lisp_add_del_locator locator-set {lisp_name} sw_if_index {sw_if_index} p {priority} w {weight} del
diff --git a/resources/templates/vat/lisp/del_lisp_locator_set.vat b/resources/templates/vat/lisp/del_lisp_locator_set.vat
new file mode 100644
index 0000000000..11049f9c50
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_add_del_locator_set locator-set {lisp_name} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/del_lisp_map_resolver.vat b/resources/templates/vat/lisp/del_lisp_map_resolver.vat
new file mode 100644
index 0000000000..36de8a56b2
--- /dev/null
+++ b/resources/templates/vat/lisp/del_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_add_del_map_resolver {address} del \ No newline at end of file
diff --git a/resources/templates/vat/lisp/lisp_gpe_iface.vat b/resources/templates/vat/lisp/lisp_gpe_iface.vat
new file mode 100644
index 0000000000..1f5eaf0880
--- /dev/null
+++ b/resources/templates/vat/lisp/lisp_gpe_iface.vat
@@ -0,0 +1 @@
+lisp_gpe_add_del_iface {state} \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_local_eid_table.vat b/resources/templates/vat/lisp/show_lisp_local_eid_table.vat
new file mode 100644
index 0000000000..87e276d43a
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_local_eid_table.vat
@@ -0,0 +1 @@
+lisp_local_eid_table_dump \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_locator_set.vat b/resources/templates/vat/lisp/show_lisp_locator_set.vat
new file mode 100644
index 0000000000..43768ec421
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_locator_set.vat
@@ -0,0 +1 @@
+lisp_locator_set_dump \ No newline at end of file
diff --git a/resources/templates/vat/lisp/show_lisp_map_resolver.vat b/resources/templates/vat/lisp/show_lisp_map_resolver.vat
new file mode 100644
index 0000000000..e74dab9e87
--- /dev/null
+++ b/resources/templates/vat/lisp/show_lisp_map_resolver.vat
@@ -0,0 +1 @@
+lisp_map_resolver_dump \ No newline at end of file