summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv6')
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier.json17
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier2.json17
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json14
3 files changed, 48 insertions, 0 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier.json b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier.json
new file mode 100644
index 000000000..7c7ed29ec
--- /dev/null
+++ b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier.json
@@ -0,0 +1,17 @@
+{
+ "static-routes": {
+ "ipv6": {
+ "route": [
+ {
+ "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
+ "next-hop": {
+ "secondary-vrf": 0
+ },
+ "vpp-ipv6-route" : {
+ "classify-table": "classify-table-one"
+ }
+ }
+ ]
+ }
+ }
+}
diff --git a/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier2.json b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier2.json
new file mode 100644
index 000000000..0f4cf9caa
--- /dev/null
+++ b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithClassifier2.json
@@ -0,0 +1,17 @@
+{
+ "static-routes": {
+ "ipv6": {
+ "route": [
+ {
+ "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
+ "next-hop": {
+ "secondary-vrf": 0
+ },
+ "vpp-ipv6-route" : {
+ "classify-table": "classify-table-0"
+ }
+ }
+ ]
+ }
+ }
+}
diff --git a/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json
new file mode 100644
index 000000000..58ef99c3a
--- /dev/null
+++ b/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json
@@ -0,0 +1,14 @@
+{
+ "static-routes": {
+ "ipv6": {
+ "route": [
+ {
+ "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
+ "next-hop": {
+ "secondary-vrf": 0
+ }
+ }
+ ]
+ }
+ }
+}