<!-- included start from ospfv3-internal.xml.i -->
<node name="internal">
  <properties>
    <help>Show internal LSA 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 -->