Skip to content

Commit

Permalink
Add "Type" column to the "show isis interface" command
Browse files Browse the repository at this point in the history
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
  • Loading branch information
rwestphal committed Oct 4, 2024
1 parent 8690384 commit 129de4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal_commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ pub(crate) fn cmd_show_isis_interface(
.xpath(XPATH_ISIS_INTERFACE)
.filter_list_key("name", get_opt_arg(&mut args, "name"))
.column_leaf("Name", "name")
.column_leaf("Type", "interface-type")
.column_leaf("Circuit ID", "circuit-id")
.column_leaf("State", "state")
.show()?;
Expand Down

0 comments on commit 129de4b

Please sign in to comment.