summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/monitor-ospf-packet-detail.xml.i
blob: a4bd33673fdab13554f80b8a28e2a3690d53e1fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!-- included start from monitor-ospf-packet-detail.xml.i -->
<node name="detail">
  <properties>
    <help>Enable detailed OSPF packet debugging</help>
  </properties>
  <command>vtysh -c "debug ospf ${@:3}"</command>
</node>
<node name="recv">
  <properties>
    <help>Enable OSPF recv packet debugging</help>
  </properties>
  <command>vtysh -c "debug ospf ${@:3}"</command>
  <children>
    <node name="detail">
      <properties>
        <help>Enable detailed OSPF recv packet debugging</help>
      </properties>
      <command>vtysh -c "debug ospf ${@:3}"</command>
    </node>
  </children>
</node>
<node name="send">
  <properties>
    <help>Enable OSPF send packet debugging</help>
  </properties>
  <command>vtysh -c "debug ospf ${@:3}"</command>
  <children>
    <node name="detail">
      <properties>
        <help>Enable detailed OSPF send packet debugging</help>
      </properties>
      <command>vtysh -c "debug ospf ${@:3}"</command>
    </node>
  </children>
</node>
<!-- included end -->