forked from extern/shorewall_code
Reconcile ipsec masq implementation and documentation
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1875 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6ea560de68
commit
24f19507b5
@ -202,3 +202,6 @@ Changes since 2.0.3
|
|||||||
98) Fix mis-leading typo in tunnels.
|
98) Fix mis-leading typo in tunnels.
|
||||||
|
|
||||||
99) Fix brain-dead ipsec option handling in setup_masq().
|
99) Fix brain-dead ipsec option handling in setup_masq().
|
||||||
|
|
||||||
|
100) Reconcile ipsec masq file implementation with the documentation.
|
||||||
|
|
||||||
|
@ -4884,6 +4884,7 @@ setup_masq()
|
|||||||
|
|
||||||
for option in $options; do
|
for option in $options; do
|
||||||
case $option in
|
case $option in
|
||||||
|
[Yy]es) ;;
|
||||||
strict) policy="$policy --strict" ;;
|
strict) policy="$policy --strict" ;;
|
||||||
next) policy="$policy --next" ;;
|
next) policy="$policy --next" ;;
|
||||||
reqid=*) policy="$policy --reqid ${option#*=}" ;;
|
reqid=*) policy="$policy --reqid ${option#*=}" ;;
|
||||||
|
@ -116,6 +116,10 @@
|
|||||||
# matches these options will have their source address
|
# matches these options will have their source address
|
||||||
# changed.
|
# changed.
|
||||||
#
|
#
|
||||||
|
# Yes or yes -- must be the only option listed
|
||||||
|
# and matches all outbound traffic that will be
|
||||||
|
# encrypted.
|
||||||
|
#
|
||||||
# reqid=<number> where <number> is specified
|
# reqid=<number> where <number> is specified
|
||||||
# using setkey(8) using the 'unique:<number>
|
# using setkey(8) using the 'unique:<number>
|
||||||
# option for the SPD level.
|
# option for the SPD level.
|
||||||
|
@ -520,7 +520,7 @@ New Features:
|
|||||||
|
|
||||||
The OPTIONS, IN OPTIONS and OUT OPTIONS columns specify the
|
The OPTIONS, IN OPTIONS and OUT OPTIONS columns specify the
|
||||||
input-output, input and output characteristics of the security
|
input-output, input and output characteristics of the security
|
||||||
policies to be used to decrypt (input) or encrypt (output) traffic
|
associations to be used to decrypt (input) or encrypt (output) traffic
|
||||||
to/from the zone.
|
to/from the zone.
|
||||||
|
|
||||||
The available options are:
|
The available options are:
|
||||||
|
Loading…
Reference in New Issue
Block a user