summaryrefslogtreecommitdiff
path: root/interface-definitions/include/conntrack/log-protocols.xml.i
blob: 01925076039013e6613a1b70253df99647c0097c (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
<!-- include start from conntrack/log-protocols.xml.i -->
<leafNode name="icmp">
  <properties>
    <help>Log connection tracking events for ICMP</help>
    <valueless/>
  </properties>
</leafNode>
<leafNode name="other">
  <properties>
    <help>Log connection tracking events for all protocols other than TCP, UDP and ICMP</help>
    <valueless/>
  </properties>
</leafNode>
<leafNode name="tcp">
  <properties>
    <help>Log connection tracking events for TCP</help>
    <valueless/>
  </properties>
</leafNode>
<leafNode name="udp">
  <properties>
    <help>Log connection tracking events for UDP</help>
    <valueless/>
  </properties>
</leafNode>
<!-- include end -->