diff options
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv4/multiHopRouteWithoutClassifier.json')
-rw-r--r-- | routing/routing-impl/src/test/resources/ipv4/multiHopRouteWithoutClassifier.json | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv4/multiHopRouteWithoutClassifier.json b/routing/routing-impl/src/test/resources/ipv4/multiHopRouteWithoutClassifier.json deleted file mode 100644 index d4d4a0693..000000000 --- a/routing/routing-impl/src/test/resources/ipv4/multiHopRouteWithoutClassifier.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "static-routes": { - "ipv4": { - "route": [ - { - "id": 1, - "destination-prefix": "192.168.2.1/24", - "vpp-ipv4-route": { - }, - "next-hop-list": { - "next-hop": [ - { - "id": "1", - "address": "192.168.2.1", - "outgoing-interface": "iface", - "weight": "2" - }, - { - "id": "2", - "address": "192.168.2.2", - "outgoing-interface": "iface", - "weight": "3" - } - ] - } - } - ] - } - } -}
\ No newline at end of file |