summaryrefslogtreecommitdiff
path: root/interface-definitions/include/firewall/match-ipsec-in.xml.i
blob: 62ed6466baeeef6bfbbdeee620aa9407b49dbb44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- include start from firewall/match-ipsec-in.xml.i -->
<node name="ipsec">
  <properties>
    <help>Inbound IPsec packets</help>
  </properties>
  <children>
    <leafNode name="match-ipsec-in">
      <properties>
        <help>Inbound traffic that was IPsec encapsulated</help>
        <valueless/>
      </properties>
    </leafNode>
    <leafNode name="match-none-in">
      <properties>
        <help>Inbound traffic that was not IPsec encapsulated</help>
        <valueless/>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->