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_sync_isis_topo1/r2/show_ldp_discovery.ref | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref (limited to 'tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref') diff --git a/tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref b/tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref new file mode 100644 index 0000000..26801ac --- /dev/null +++ b/tests/topotests/ldp_sync_isis_topo1/r2/show_ldp_discovery.ref @@ -0,0 +1,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 + } + ] +} -- cgit v1.2.3