summaryrefslogtreecommitdiffstats
path: root/lisp/lisp2vpp/src/test/resources/gpe/gpe-fwd-entry-without-locators.json
blob: 2015b540fe4d617678a0a45567affdbb1a2c7cc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "gpe-entry-table": {
    "gpe-entry": {
      "id": "gpe-fwd-entry-1",
      "dp-table": 10,
      "vni": 12,
      "local-eid": {
        "address-type": "ietf-lisp-address-types:ipv4-prefix-afi",
        "virtual-network-id": 12,
        "ipv4-prefix": "192.168.2.0/24"
      },
      "remote-eid": {
        "address-type": "ietf-lisp-address-types:ipv4-prefix-afi",
        "virtual-network-id": 12,
        "ipv4-prefix": "192.168.3.0/16"
      },
      "action": "natively-forward"
    }
  }
}