summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/simplehop/simpleHopRouteWithoutClassifier.json
blob: 1cb663ca751f5703332bc72380a36363924e2f77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "static-routes": {
    "ipv6": {
      "route": [
        {
          "id": 1,
          "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
          "vpp-ipv6-route": {
          },
          "next-hop": "2001:0db8:0a0b:12f0:0000:0000:0000:0002",
          "outgoing-interface": "iface"
        }
      ]
    }
  }
}