diff options
Diffstat (limited to 'tests/topotests/route_scale/r1/installed.routes.json')
-rw-r--r-- | tests/topotests/route_scale/r1/installed.routes.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/topotests/route_scale/r1/installed.routes.json b/tests/topotests/route_scale/r1/installed.routes.json new file mode 100644 index 0000000..25d209f --- /dev/null +++ b/tests/topotests/route_scale/r1/installed.routes.json @@ -0,0 +1,16 @@ +{ + "routes":[ + { + "fib":32, + "rib":32, + "type":"connected" + }, + { + "fib":1000000, + "rib":1000000, + "type":"sharp" + } + ], + "routesTotal":1000032, + "routesTotalFib":1000032 +} |