[Interop-dev] Network Topology JSON [was: OLSRd2 JSON APIs]

Henning Rogge (spam-protected)
Wed Nov 26 11:01:06 CET 2014


On Wed, Nov 26, 2014 at 10:58 AM, Nemesis <(spam-protected)> wrote:
> One question:
>
> can this structure:
> https://github.com/interop-dev/json-for-networks/blob/master/examples/network-routes.json
>
> represent a network configured with static routes too?

Yes, I think so.

> Does it makes sense to allow such use?

"routing_protocol": "static",
"routing_metric": "none",
"routes": [
{
"destination": "ID",
"source": "ID",
"next" : "ID",
"device": "DEVICE",
"cost": 1
}
]

Henning Rogge




More information about the Interop-dev mailing list