summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3-detail.xml.i
blob: 76096fbc8fa2fc99612f5e2dbf4ea587321a09c4 (plain)
1
2
3
4
5
6
7
8
9
<!-- included start from ospfv3-detail.xml.i -->
<node name="detail">
  <properties>
    <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>
</node>
<!-- included end -->