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