summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3-self-originated.xml.i
diff options
context:
space:
mode:
Diffstat (limited to 'op-mode-definitions/include/ospfv3-self-originated.xml.i')
-rw-r--r--op-mode-definitions/include/ospfv3-self-originated.xml.i3
1 files changed, 2 insertions, 1 deletions
diff --git a/op-mode-definitions/include/ospfv3-self-originated.xml.i b/op-mode-definitions/include/ospfv3-self-originated.xml.i
index 76054757b..180bca6f6 100644
--- a/op-mode-definitions/include/ospfv3-self-originated.xml.i
+++ b/op-mode-definitions/include/ospfv3-self-originated.xml.i
@@ -3,7 +3,8 @@
<properties>
<help>Show Self-originated LSAs</help>
</properties>
- <command>vtysh -c "show ipv6 ospf6 database as-external $6 self-originated"</command>
+ <!-- FRR uses ospf6 where we use ospfv3, thus alter the command -->
+ <command>vtysh -c "show ipv6 ospf6 ${@:4}"</command>
<children>
#include <include/ospfv3-detail.xml.i>
#include <include/ospfv3-dump.xml.i>