diff options
Diffstat (limited to 'op-mode-definitions/include/ospfv3-dump.xml.i')
-rw-r--r-- | op-mode-definitions/include/ospfv3-dump.xml.i | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/op-mode-definitions/include/ospfv3-dump.xml.i b/op-mode-definitions/include/ospfv3-dump.xml.i deleted file mode 100644 index 4271aec53..000000000 --- a/op-mode-definitions/include/ospfv3-dump.xml.i +++ /dev/null @@ -1,9 +0,0 @@ -<!-- included start from ospfv3-dump.xml.i --> -<node name="dump"> - <properties> - <help>Show dump of LSAs</help> - </properties> - <!-- FRR uses ospf6 where we use ospfv3, thus alter the command --> - <command>vtysh -c "show ipv6 ospf6 ${@:4}"</command> -</node> -<!-- included end --> |