summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json
diff options
context:
space:
mode:
Diffstat (limited to 'routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json')
-rw-r--r--routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json b/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json
index fe9faf44c..cee2e1977 100644
--- a/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json
+++ b/routing/routing-impl/src/test/resources/ipv4/specialhop/specialHopRouteProhibited.json
@@ -3,9 +3,10 @@
"ipv4": {
"route": [
{
- "id": 1,
"destination-prefix": "192.168.2.1/24",
- "special-next-hop": "prohibit"
+ "next-hop": {
+ "special-next-hop-enum": "prohibit"
+ }
}
]
}