Skip to content

Commit

Permalink
Add support to configure routed subinterface in short name and long name
Browse files Browse the repository at this point in the history
format
Update "show subniterface status" to reflect subinterface in user
configured long name and short name format.
  • Loading branch information
preetham-singh committed Jul 26, 2022
1 parent 8f4fc62 commit b77a5a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/intfutil
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def appl_db_sub_intf_status_get(appl_db, config_db, front_panel_ports_list, port
if sub_intf_sep_idx != -1:
parent_port_name = get_intf_longname(sub_intf_name[:sub_intf_sep_idx])


full_intf_table_name = "INTF_TABLE" + ":" + sub_intf_name

if status_type == "vlan":
Expand Down

0 comments on commit b77a5a1

Please sign in to comment.