summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3-dump.xml.i
blob: 4271aec532c7bbebd4c84b977f67395228dacfc0 (plain)
1
2
3
4
5
6
7
8
9
<!-- 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 -->