summaryrefslogtreecommitdiff
path: root/tests/unit/fixtures/static_routes_running.json
blob: 46cf700456d70b3d9b5b70f663525c9b2a078aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "route": {
    "192.0.2.0/24": {
      "next-hop": {
        "10.0.0.1": {}
      }
    },
    "203.0.113.0/24": {
      "blackhole": {
        "distance": "200"
      }
    }
  },
  "route6": {
    "2001:db8::/32": {
      "next-hop": {
        "2001:db8::1": {}
      }
    }
  }
}