diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2021-05-26 21:44:26 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 20:44:26 +0200 |
commit | 87ccd1b8242b7b58897c33b30a43a2f42fc43e39 (patch) | |
tree | a35ae1c32e9e1fd65693ea9c7cfc2f332f34bae7 /op-mode-definitions/include | |
parent | 32bc1e5babd1bd31909a93ca1818998bf46db003 (diff) | |
download | vyos-1x-87ccd1b8242b7b58897c33b30a43a2f42fc43e39.tar.gz vyos-1x-87ccd1b8242b7b58897c33b30a43a2f42fc43e39.zip |
ospfv3: T3581: Fix op-mode for linkstate
Diffstat (limited to 'op-mode-definitions/include')
-rw-r--r-- | op-mode-definitions/include/ospfv3-detail.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/include/ospfv3-detail.xml.i b/op-mode-definitions/include/ospfv3-detail.xml.i index 76096fbc8..d5e3b373d 100644 --- a/op-mode-definitions/include/ospfv3-detail.xml.i +++ b/op-mode-definitions/include/ospfv3-detail.xml.i @@ -4,6 +4,6 @@ <help>Show detailed information</help> </properties> <!-- FRR uses ospf6 where we use ospfv3, thus alter the command --> - <command>vtysh -c "show ipv6 ospf6 ${@:4}"</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> <!-- included end --> |