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_ospf_topo1/r1/show_ldp_neighbor.ref | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref (limited to 'tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref') diff --git a/tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref b/tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref new file mode 100644 index 0000000..40d8ebe --- /dev/null +++ b/tests/topotests/ldp_sync_ospf_topo1/r1/show_ldp_neighbor.ref @@ -0,0 +1,16 @@ +{ + "neighbors":[ + { + "addressFamily":"ipv4", + "neighborId":"2.2.2.2", + "state":"OPERATIONAL", + "transportAddress":"2.2.2.2" + }, + { + "addressFamily":"ipv4", + "neighborId":"3.3.3.3", + "state":"OPERATIONAL", + "transportAddress":"3.3.3.3" + } + ] +} -- cgit v1.2.3