summaryrefslogtreecommitdiff
path: root/op-mode-definitions/include/monitor-no-ospf-packet-detail.xml.i
blob: 8dbb5aceafb6a549adfaa186eb8170b224aa60a5 (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>Disable detailed OSPF packet debugging</help>
  </properties>
  <command>vtysh -c "no debug ospf ${@:3}"</command>
</node>
<node name="recv">
  <properties>
    <help>Disable OSPF recv packet debugging</help>
  </properties>
  <command>vtysh -c "no debug ospf ${@:3}"</command>
  <children>
    <node name="detail">
      <properties>
        <help>Disable detailed OSPF recv packet debugging</help>
      </properties>
      <command>vtysh -c "no debug ospf ${@:3}"</command>
    </node>
  </children>
</node>
<node name="send">
  <properties>
    <help>Disable OSPF send packet debugging</help>
  </properties>
  <command>vtysh -c "no debug ospf ${@:3}"</command>
  <children>
    <node name="detail">
      <properties>
        <help>Disable detailed OSPF send packet debugging</help>
      </properties>
      <command>vtysh -c "no debug ospf ${@:3}"</command>
    </node>
  </children>
</node>
<!-- included end -->