aboutsummaryrefslogtreecommitdiffstats
path: root/samples/openconfig-local-routing/create-prefix-entry.json
blob: 372c873f52a3a3a4763b7b87bc323e0a6266ec6a (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "openconfig-local-routing:local-routes": {
        "static-routes": {
          "static": [
              {
                "prefix": "8.0.0.0/8"
              }
            ]
        }
    }
}