blob: 880fdd4d87adc389dc51fe4ac3baebc5d2b32f2d (
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-out.xml.i -->
<node name="ipsec">
<properties>
<help>Outbound IPsec packets</help>
</properties>
<children>
<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 -->
|