commit | bc213bf21d29b147bad63dd65ca2679d5310bca4 | [log] [tgz] |
---|---|---|
author | Naga Manjunath <Naga.Manjunath@radisys.com> | Tue Oct 29 17:08:44 2019 +0530 |
committer | Matt Jeanneret <mj3580@att.com> | Thu Oct 31 20:06:25 2019 +0000 |
tree | 734fc4acdec31e252ecc555e4a252c7ec2d66e98 | |
parent | 171b98e9339e8cfd88dc8c178c5dc2c48a06fa84 [diff] |
[VOL-2117] Updated with code changes to not display vlan field in the devices output. Change-Id: Ia7d813962d95b9da3015bf30132a5e199b6d84cf
diff --git a/python/cli/main.py b/python/cli/main.py index 41e04e8..d8ef9f8 100755 --- a/python/cli/main.py +++ b/python/cli/main.py
@@ -229,7 +229,8 @@ 'flows', 'pm_configs', 'proxy_address', - 'ports' + 'ports', + 'vlan' } print_pb_list_as_table('Devices:', devices, omit_fields, self.poutput)