summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json9
1 files changed, 5 insertions, 4 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json b/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json
index c874549d1..2d351956d 100644
--- a/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json
+++ b/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteUnreachable.json
@@ -3,11 +3,12 @@
"ipv6": {
"route": [
{
- "id": 1,
- "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/24",
- "special-next-hop": "unreachable"
+ "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
+ "next-hop": {
+ "special-next-hop-enum": "unreachable"
+ }
}
]
}
}
-} \ No newline at end of file
+}