summaryrefslogtreecommitdiffstats
path: root/tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref')
-rw-r--r--tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref b/tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref
new file mode 100644
index 0000000..9301e60
--- /dev/null
+++ b/tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref
@@ -0,0 +1,25 @@
+{
+ "adjacencies":[
+ {
+ "addressFamily":"ipv4",
+ "neighborId":"2.2.2.2",
+ "type":"link",
+ "interface":"r1-eth1",
+ "helloHoldtime":15
+ },
+ {
+ "addressFamily":"ipv4",
+ "neighborId":"2.2.2.2",
+ "type":"targeted",
+ "peer":"2.2.2.2",
+ "helloHoldtime":45
+ },
+ {
+ "addressFamily":"ipv4",
+ "neighborId":"3.3.3.3",
+ "type":"link",
+ "interface":"r1-eth2",
+ "helloHoldtime":15
+ }
+ ]
+}