blob: a14fc39dbda124a58508a0dea25e70f00d02589c (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | <!-- included start from ospfv3/adv-router.xml.i -->
<tagNode name="adv-router">
  <properties>
    <help>Search by Advertising Router ID</help>
    <completionHelp>
      <list><x.x.x.x></list>
    </completionHelp>
  </properties>
  <children>
    #include <include/ospfv3/detail.xml.i>
    #include <include/ospfv3/dump.xml.i>
    #include <include/ospfv3/internal.xml.i>
    #include <include/ospfv3/linkstate-id.xml.i>
  </children>
</tagNode>
<!-- included end -->
 |