diff options
| author | Christian Poessinger <christian@poessinger.com> | 2021-07-22 20:01:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 20:01:23 +0200 |
| commit | f59277966a43af08e9373ff07d99e2ae568d4b2d (patch) | |
| tree | dbc2b922a2dcea42e09066f455c675e19edaafa2 | |
| parent | a8cc9ab8ea58ff2197e58368a39c4db4e0ba3e86 (diff) | |
| parent | 7e8929d451d2f0fb6ff2dcf2683abeaba3f96390 (diff) | |
| download | vyos-1x-f59277966a43af08e9373ff07d99e2ae568d4b2d.tar.gz vyos-1x-f59277966a43af08e9373ff07d99e2ae568d4b2d.zip | |
Merge pull request #936 from jack9603301/T3667
bridge: op-mode: T3667: Fix displaying members of a specific bridge interface
| -rw-r--r-- | op-mode-definitions/show-bridge.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-bridge.xml.in b/op-mode-definitions/show-bridge.xml.in index 268bfaddd..0f8d3064d 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -28,7 +28,7 @@ <script>${vyos_completion_dir}/list_interfaces.py --type bridge</script> </completionHelp> </properties> - <command>bridge -c link show br $3</command> + <command>bridge -c link show | grep "master $3"</command> <children> <leafNode name="mdb"> <properties> |
