summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json b/routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json
deleted file mode 100644
index c8b1e208e..000000000
--- a/routing/routing-impl/src/test/resources/ipv6/multiHopRouteWithClassifier.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "static-routes": {
- "ipv6": {
- "route": [
- {
- "id": 1,
- "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
- "vpp-ipv6-route": {
- "classify-table": "classify-table-one"
- },
- "next-hop-list": {
- "next-hop": [
- {
- "id": "1",
- "address": "2001:0db8:0a0b:12f0:0000:0000:0000:0002",
- "outgoing-interface": "iface",
- "weight": "2"
- },
- {
- "id": "2",
- "address": "2001:0db8:0a0b:12f0:0000:0000:0000:0002",
- "outgoing-interface": "iface",
- "weight": "2"
- }
- ]
- }
- }
- ]
- }
- }
-} \ No newline at end of file