All active policies which meet the following criteria:
* Contain an IPV4 address (implicit or explicit)
* Contain no remote address
* Apply in the outbound direction
will be displayed twice when 'ipsecconf -l' is used.
For example:
# cat polladdr_1.txt
{ laddr 1.1.1.2 dir out } bypass { }
# ipsecconf -f
# ipsecconf -a polladdr_1.txt
WARNING : New policy entries that are being added may
affect the existing connections. Existing connections
that are not subjected to policy constraints, may be
subjected to policy constraints because of the new
policy. This can disrupt the communication of the
existing connections.
# ipsecconf -l
#INDEX 5
{ laddr 1.1.1.2/32 dir out } pass { }
#INDEX 5
{ laddr 1.1.1.2/32 dir out } pass { }