neutron-lib/api-ref/source/v2/samples/routers/router-remove-extraroutes-r...

9 lines
189 B
JSON

{
"router" : {
"routes" : [
{ "destination" : "10.0.3.0/24", "nexthop" : "10.0.0.13" },
{ "destination" : "10.0.4.0/24", "nexthop" : "10.0.0.14" }
]
}
}