diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-26 12:55:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-26 12:55:21 +0200 |
commit | 183dc5fc17b5b9fe5c02162bbca8d78883a01b2f (patch) | |
tree | f0ff4dd8858ab1fdd132f22f59039d0740d39d00 /op-mode-definitions | |
parent | 8274e9706adf33544e4c990134e65a0ddee976d8 (diff) | |
parent | e72795a11fe1ab79aade677a09f6f0f716421e86 (diff) | |
download | vyos-1x-183dc5fc17b5b9fe5c02162bbca8d78883a01b2f.tar.gz vyos-1x-183dc5fc17b5b9fe5c02162bbca8d78883a01b2f.zip |
Merge pull request #1435 from sever-sever/T4569
bridge: T4569: Rewrite show bridge script of vyos.opmode format
Diffstat (limited to 'op-mode-definitions')
-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 0f8d3064d..8b857888b 100644 --- a/op-mode-definitions/show-bridge.xml.in +++ b/op-mode-definitions/show-bridge.xml.in @@ -19,7 +19,7 @@ <properties> <help>Show bridging information</help> </properties> - <command>bridge -c link show</command> + <command>${vyos_op_scripts_dir}/bridge.py show</command> </leafNode> <tagNode name="bridge"> <properties> |