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 --- .../ospf_sr_topo1/rt6/step7/show_mpls_table.ref | 50 ++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 tests/topotests/ospf_sr_topo1/rt6/step7/show_mpls_table.ref (limited to 'tests/topotests/ospf_sr_topo1/rt6/step7/show_mpls_table.ref') diff --git a/tests/topotests/ospf_sr_topo1/rt6/step7/show_mpls_table.ref b/tests/topotests/ospf_sr_topo1/rt6/step7/show_mpls_table.ref new file mode 100644 index 0000000..800b1ae --- /dev/null +++ b/tests/topotests/ospf_sr_topo1/rt6/step7/show_mpls_table.ref @@ -0,0 +1,50 @@ +{ + "18020":{ + "inLabel":18020, + "installed":true, + "nexthops":[ + { + "type":"SR (OSPF)", + "outLabel":16020, + "installed":true, + "nexthop":"10.0.7.4" + } + ] + }, + "18030":{ + "inLabel":18030, + "installed":true, + "nexthops":[ + { + "type":"SR (OSPF)", + "outLabel":16030, + "installed":true, + "nexthop":"10.0.8.5" + } + ] + }, + "18040":{ + "inLabel":18040, + "installed":true, + "nexthops":[ + { + "type":"SR (OSPF)", + "outLabel":16040, + "installed":true, + "nexthop":"10.0.7.4" + } + ] + }, + "18050":{ + "inLabel":18050, + "installed":true, + "nexthops":[ + { + "type":"SR (OSPF)", + "outLabel":16050, + "installed":true, + "nexthop":"10.0.8.5" + } + ] + } +} -- cgit v1.2.3