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 --- .../isis_sr_te_topo1/rt1/step4/show_mpls_table.ref | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 tests/topotests/isis_sr_te_topo1/rt1/step4/show_mpls_table.ref (limited to 'tests/topotests/isis_sr_te_topo1/rt1/step4/show_mpls_table.ref') diff --git a/tests/topotests/isis_sr_te_topo1/rt1/step4/show_mpls_table.ref b/tests/topotests/isis_sr_te_topo1/rt1/step4/show_mpls_table.ref new file mode 100644 index 0000000..21f71f1 --- /dev/null +++ b/tests/topotests/isis_sr_te_topo1/rt1/step4/show_mpls_table.ref @@ -0,0 +1,20 @@ +{ + "1111":{ + "inLabel":1111, + "installed":true, + "nexthops":[ + { + "type":"SR-TE", + "outLabel":16020, + "outLabelStack":[ + 16020, + 16040, + 16060 + ], + "distance":150, + "installed":true, + "nexthop":"10.0.1.2" + } + ] + } +} -- cgit v1.2.3