summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/ospfv3/neighbor.xml.i
blob: 37859f81537b80ac45bb43e0c0dd389fbc26d33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- included start from ospfv3/neighbor.xml.i -->
<node name="neighbor">
  <properties>
    <help>Show OSPFv3 neighbor information</help>
  </properties>
  <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
  <children>
    #include <include/ospfv3/detail.xml.i>
    <node name="drchoice">
      <properties>
        <help>Show neighbor DR choice information</help>
      </properties>
      <command>${vyos_op_scripts_dir}/vtysh_wrapper.sh $@</command>
    </node>
  </children>
</node>
<!-- included end -->