diff options
author | jack9603301 <jack9603301@163.com> | 2021-01-15 12:02:12 +0800 |
---|---|---|
committer | jack9603301 <jack9603301@163.com> | 2021-01-15 16:26:34 +0800 |
commit | 8623a8bf6d394050a671c00ce400d13f4a6b4043 (patch) | |
tree | 22723d9fac5374acced2d519761e7f0461f39853 | |
parent | ac86489e1fb3b25f7a7f728a34ad5568b3979877 (diff) | |
download | vyos-1x-8623a8bf6d394050a671c00ce400d13f4a6b4043.tar.gz vyos-1x-8623a8bf6d394050a671c00ce400d13f4a6b4043.zip |
Revert "bridge: op: T3137: Operation mode output VLAN uses color output"
This reverts commit 0f9f2753bc0d7d7884a2c57a4c8ed201c4a8347a.
-rw-r--r-- | op-mode-definitions/show-interfaces-bridge.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-bridge.xml.in b/op-mode-definitions/show-interfaces-bridge.xml.in index 5dbc8cf85..cc4b248b6 100644 --- a/op-mode-definitions/show-interfaces-bridge.xml.in +++ b/op-mode-definitions/show-interfaces-bridge.xml.in @@ -37,7 +37,7 @@ <properties> <help>View the VLAN filter settings of the bridge</help> </properties> - <command>/usr/sbin/bridge -c --color vlan show</command> + <command>/usr/sbin/bridge -c vlan show</command> </leafNode> </children> </node> |