summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/tablehop/tableHopRouteWithoutClassifier.json14
1 files changed, 14 insertions, 0 deletions
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
+ }
+ }
+ ]
+ }
+ }
+}