summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json b/routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json
new file mode 100644
index 000000000..66e3bfbff
--- /dev/null
+++ b/routing/routing-impl/src/test/resources/ipv4/tablehop/tableHopRouteWithClassifier.json
@@ -0,0 +1,18 @@
+{
+ "static-routes": {
+ "ipv4": {
+ "route": [
+ {
+ "destination-prefix": "192.168.2.1/24",
+ "next-hop": {
+ "secondary-vrf": 0
+ },
+ "vpp-ipv4-route" : {
+ "classify-table": "classify-table-one"
+ }
+ }
+ ]
+ }
+ }
+}
+