From 2c7cac91ed6e7db0f6937923d2b57f97dbdbc337 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:53:30 +0200 Subject: Adding upstream version 8.4.4. Signed-off-by: Daniel Baumann --- .../ldp_vpls_topo1/r1/show_ldp_discovery.ref | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref (limited to 'tests/topotests/ldp_vpls_topo1/r1/show_ldp_discovery.ref') 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 + } + ] +} -- cgit v1.2.3