Files
neutron-lib/api-ref/source/v2/samples/routers/router-add-extraroutes-response.json
elajkat 2dfe3c3983 Remove unimplemented api-def: BFD monitors
As discussed during the Zed PTG (see [1]) , due to changed product
development priorities we expect the BFD related extensions not
to get implemented. This patch reverts all relevant changes.

Revert Exception for BFD: BfdMonitorInUse,
a3b564dabf

Revert BFD validator, d126257982

Revert Fix hostroute validation with BFD,
5ff14c63c8

Revert extension for adding bfd monitors to extraroutes,
eb2c8a3c97

Revert BFD api def, f8c5b72cc8

[1]: https://etherpad.opendev.org/p/neutron-zed-ptg#L111
Related-Bug: #1907089

Change-Id: Ia532e4aa6ba2ed9e5ba4db75a250293890d9019d
2022-04-20 14:21:59 +02:00

13 lines
406 B
JSON

{
"router" : {
"id" : "64e339bb-1a6c-47bd-9ee7-a0cf81a35172",
"name" : "router1",
"routes" : [
{ "destination" : "10.0.1.0/24", "nexthop" : "10.0.0.11" },
{ "destination" : "10.0.2.0/24", "nexthop" : "10.0.0.12" },
{ "destination" : "10.0.3.0/24", "nexthop" : "10.0.0.13" },
{ "destination" : "10.0.4.0/24", "nexthop" : "10.0.0.14" }
]
}
}