diff options
Diffstat (limited to 'op-mode-definitions/show-ipv6-route.xml.in')
-rw-r--r-- | op-mode-definitions/show-ipv6-route.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/op-mode-definitions/show-ipv6-route.xml.in b/op-mode-definitions/show-ipv6-route.xml.in index 065ea6f1f..8624574ac 100644 --- a/op-mode-definitions/show-ipv6-route.xml.in +++ b/op-mode-definitions/show-ipv6-route.xml.in @@ -133,9 +133,9 @@ <children> <node name="longer-prefixes"> <properties> - <help>Show longer prefixes of routes for given address or prefix</help> + <help>Show longer prefixes of routes for given prefix</help> </properties> - <command>vtysh -c "show ipv6 route $4 longer-prefixes"</command> + <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command> </node> </children> <command>vtysh -c "show ipv6 route $4"</command> |