summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref
blob: 26801acade10e3520fedeaefdafe3e2587b5c75e (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
{
  "adjacencies":[
    {
      "addressFamily":"ipv4",
      "neighborId":"1.1.1.1",
      "type":"link",
      "interface":"r2-eth1",
      "helloHoldtime":15
    },
    {
      "addressFamily":"ipv4",
      "neighborId":"1.1.1.1",
      "type":"targeted",
      "peer":"1.1.1.1",
      "helloHoldtime":45
    },
    {
      "addressFamily":"ipv4",
      "neighborId":"3.3.3.3",
      "type":"link",
      "interface":"r2-eth2",
      "helloHoldtime":15
    }
  ]
}