diff options
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json')
-rw-r--r-- | routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json b/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json index bae467fbd..b52982c47 100644 --- a/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json +++ b/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteUnreachable.json @@ -3,11 +3,12 @@ "ipv4": { "route": [ { - "id": 1, "destination-prefix": "192.168.2.1/24", - "special-next-hop": "unreachable" + "next-hop": { + "special-next-hop-enum": "unreachable" + } } ] } } -}
\ No newline at end of file +} |