aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/srv6/sr_localsid_add.vat1
-rw-r--r--resources/templates/vat/srv6/sr_localsid_del.vat1
-rw-r--r--resources/templates/vat/srv6/sr_localsids_show.vat1
-rw-r--r--resources/templates/vat/srv6/sr_policies_show.vat1
-rw-r--r--resources/templates/vat/srv6/sr_policy_add.vat1
-rw-r--r--resources/templates/vat/srv6/sr_policy_del.vat1
-rw-r--r--resources/templates/vat/srv6/sr_steer_add_del.vat1
-rw-r--r--resources/templates/vat/srv6/sr_steer_policies_show.vat1
8 files changed, 8 insertions, 0 deletions
diff --git a/resources/templates/vat/srv6/sr_localsid_add.vat b/resources/templates/vat/srv6/sr_localsid_add.vat
new file mode 100644
index 0000000000..1b43ad4409
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_localsid_add.vat
@@ -0,0 +1 @@
+exec sr localsid address {local_sid} behavior {behavior} {params} \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_localsid_del.vat b/resources/templates/vat/srv6/sr_localsid_del.vat
new file mode 100644
index 0000000000..0adf4a19fb
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_localsid_del.vat
@@ -0,0 +1 @@
+exec sr localsid del address {local_sid} \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_localsids_show.vat b/resources/templates/vat/srv6/sr_localsids_show.vat
new file mode 100644
index 0000000000..8ab09381cc
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_localsids_show.vat
@@ -0,0 +1 @@
+exec show sr localsids \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_policies_show.vat b/resources/templates/vat/srv6/sr_policies_show.vat
new file mode 100644
index 0000000000..ead5a29f46
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_policies_show.vat
@@ -0,0 +1 @@
+exec show sr policies \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_policy_add.vat b/resources/templates/vat/srv6/sr_policy_add.vat
new file mode 100644
index 0000000000..befec9f371
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_policy_add.vat
@@ -0,0 +1 @@
+exec sr policy add bsid {bsid} {sid_conf} {mode} \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_policy_del.vat b/resources/templates/vat/srv6/sr_policy_del.vat
new file mode 100644
index 0000000000..a1aaff038d
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_policy_del.vat
@@ -0,0 +1 @@
+exec sr policy del bsid {bsid} \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_steer_add_del.vat b/resources/templates/vat/srv6/sr_steer_add_del.vat
new file mode 100644
index 0000000000..19591f7523
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_steer_add_del.vat
@@ -0,0 +1 @@
+exec sr steer {params} via sr policy bsid {bsid} \ No newline at end of file
diff --git a/resources/templates/vat/srv6/sr_steer_policies_show.vat b/resources/templates/vat/srv6/sr_steer_policies_show.vat
new file mode 100644
index 0000000000..af4f783082
--- /dev/null
+++ b/resources/templates/vat/srv6/sr_steer_policies_show.vat
@@ -0,0 +1 @@
+exec show sr steering policies \ No newline at end of file