From 31b35e9292e4366b134f0a4ac5132a950e0a2b5d Mon Sep 17 00:00:00 2001 From: Michail Litvak Date: Thu, 5 Mar 2026 21:45:27 +0100 Subject: [PATCH] Fix panic on "show ospfv2 neighbor 3.3.3.3" --- src/internal_commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal_commands.rs b/src/internal_commands.rs index d3e4d0f..aedfef6 100644 --- a/src/internal_commands.rs +++ b/src/internal_commands.rs @@ -1078,7 +1078,7 @@ pub fn cmd_show_ospf_neighbor( .column_leaf("Interface", "name") .xpath(XPATH_OSPF_NEIGHBOR) .filter_list_key( - "neighbor-router-id=", + "neighbor-router-id", get_opt_arg(&mut args, "router_id"), ) .column_from_fn(