summaryrefslogtreecommitdiffstats
path: root/routing/routing-impl/src/test/resources/ipv6/specialhop/specialHopRouteBlackhole.json
blob: 43e8366ffdfccf33c6db3f1f6862e635ec5ff76d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "static-routes": {
    "ipv6": {
      "route": [
        {
          "destination-prefix": "2001:0db8:0a0b:12f0:0000:0000:0000:0001/64",
          "next-hop": {
            "special-next-hop-enum": "blackhole"
          }
        }
      ]
    }
  }
}