mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 11:48:03 +00:00
do not extend column names if port_MGR_COLS
Signed-off-by: Matthew Stidham <stidmatt@protonmail.com>
This commit is contained in:
@@ -149,6 +149,7 @@ class L3CXProfile(LFCliBase):
|
||||
layer3_fields = ",".join(layer3_cols)
|
||||
default_cols=['Timestamp','Timestamp milliseconds epoch','Timestamp seconds epoch','Duration elapsed']
|
||||
default_cols.extend(layer3_cols)
|
||||
if port_mgr_cols is not None:
|
||||
default_cols.extend(port_mgr_cols)
|
||||
header_row=default_cols
|
||||
|
||||
|
||||
Reference in New Issue
Block a user