Skip to content

Commit b77a5a1

Browse files
Add support to configure routed subinterface in short name and long name
format Update "show subniterface status" to reflect subinterface in user configured long name and short name format.
1 parent 8f4fc62 commit b77a5a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/intfutil

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,7 @@ def appl_db_sub_intf_status_get(appl_db, config_db, front_panel_ports_list, port
381381
if sub_intf_sep_idx != -1:
382382
parent_port_name = get_intf_longname(sub_intf_name[:sub_intf_sep_idx])
383383

384+
384385
full_intf_table_name = "INTF_TABLE" + ":" + sub_intf_name
385386

386387
if status_type == "vlan":

0 commit comments

Comments
 (0)