blob: d8d31ef1aa39a1642ee822a3658fbfa397d3e49a (
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
|
<!-- include start from firewall/match-ipsec.xml.i -->
<node name="ipsec">
<properties>
<help>IPsec encapsulated 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>
<leafNode name="match-ipsec-out">
<properties>
<help>Outbound traffic to be IPsec encapsulated</help>
<valueless/>
</properties>
</leafNode>
<leafNode name="match-none-out">
<properties>
<help>Outbound traffic that will not be IPsec encapsulated</help>
<valueless/>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|