aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates
diff options
context:
space:
mode:
authorMatej Klotton <mklotton@cisco.com>2016-07-25 17:52:22 +0200
committerMatej Klotton <mklotton@cisco.com>2016-08-15 14:36:47 +0200
commit517ee7fd3eb28ecf030c5d50be09fcdabe508922 (patch)
treec6ac1ce632b96157b962f43c74f9c11cefca2ebe /resources/templates
parentbc4e345605abe0772043892fcc99fce9aa768edb (diff)
CSIT-197: Add basic mapping rule tests for MAP-E
- IPv4 prefix length + ea bits length < 32 - IPv4 prefix length + ea bits length == 32 - IPv4 prefix length + ea bits length > 32 - End user IPv6 prefix is 64 - IPv4 preffix is 0 Change-Id: Ib8d76abfebfb206fbbaa3c1422b2d321a3ed8712 Signed-off-by: Matej Klotton <mklotton@cisco.com>
Diffstat (limited to 'resources/templates')
-rw-r--r--resources/templates/vat/clear_trace.vat1
-rw-r--r--resources/templates/vat/map_del_domain.vat1
2 files changed, 2 insertions, 0 deletions
diff --git a/resources/templates/vat/clear_trace.vat b/resources/templates/vat/clear_trace.vat
new file mode 100644
index 0000000000..66f2dfb165
--- /dev/null
+++ b/resources/templates/vat/clear_trace.vat
@@ -0,0 +1 @@
+exec clear trace
diff --git a/resources/templates/vat/map_del_domain.vat b/resources/templates/vat/map_del_domain.vat
new file mode 100644
index 0000000000..eeafd8f93a
--- /dev/null
+++ b/resources/templates/vat/map_del_domain.vat
@@ -0,0 +1 @@
+map_del_domain index {index} \ No newline at end of file