summaryrefslogtreecommitdiffstats
path: root/lisp/lisp2vpp/src/test/resources/gpe/invalid/invalid-gpe-fwd-entry-no-remote-eid.json
blob: e6d5cc7e5b29c712786740760f5d55b16c412662 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
  "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"
      },
      "locator-pairs": [
        {
          "id": "gpe-fwd-entry-pair-1",
          "locator-pair": {
            "local-locator": "192.168.4.1",
            "remote-locator": "192.168.4.2",
            "weight": 3
          }
        },
        {
          "id": "gpe-fwd-entry-pair-2",
          "locator-pair": {
            "local-locator": "192.168.5.1",
            "remote-locator": "192.168.5.2",
            "weight": 2
          }
        }
      ],
      "action": "natively-forward"
    }
  }
}