swanctl: Move documentation of if_id_in/out after all mark-related options
Also fix a typo.
This commit is contained in:
+21
-21
@@ -305,7 +305,7 @@ connections.<conn>.if_id_out = 0
|
||||
Default outbound XFRM interface ID for children.
|
||||
|
||||
XFRM interface ID set on outbound policies/SA, can be overridden by child
|
||||
cofnig, see there for details.
|
||||
config, see there for details.
|
||||
|
||||
connections.<conn>.mediation = no
|
||||
Whether this connection is a mediation connection.
|
||||
@@ -943,26 +943,6 @@ connections.<conn>.children.<child>.mark_out = 0/0x00000000
|
||||
An additional mask may be appended to the mark, separated by _/_. The
|
||||
default mask if omitted is 0xffffffff.
|
||||
|
||||
connections.<conn>.children.<child>.if_id_in = 0
|
||||
Inbound XFRM interface ID.
|
||||
|
||||
XFRM interface ID set on inbound policies/SA. This allows installing
|
||||
duplicate policies/SAs and associates them with an interface with the same
|
||||
ID. The special value _%unique_ sets a unique interface ID on each CHILD_SA
|
||||
instance, beyond that the value _%unique-dir_ assigns a different unique
|
||||
interface ID for each CHILD_SA direction (in/out).
|
||||
|
||||
connections.<conn>.children.<child>.if_id_out = 0
|
||||
Outbound XFRM interface ID.
|
||||
|
||||
XFRM interface ID set on outbound policies/SA. This allows installing
|
||||
duplicate policies/SAs and associates them with an interface with the same
|
||||
ID. The special value _%unique_ sets a unique interface ID on each CHILD_SA
|
||||
instance, beyond that the value _%unique-dir_ assigns a different unique
|
||||
interface ID for each CHILD_SA direction (in/out).
|
||||
|
||||
The daemon will not install routes for CHILD_SAs that have this option set.
|
||||
|
||||
connections.<conn>.children.<child>.set_mark_in = 0/0x00000000
|
||||
Netfilter mark applied to packets after the inbound IPsec SA processed them.
|
||||
|
||||
@@ -994,6 +974,26 @@ connections.<conn>.children.<child>.set_mark_out = 0/0x00000000
|
||||
Setting marks in XFRM output is supported since Linux 4.14. Setting a mask
|
||||
requires at least Linux 4.19.
|
||||
|
||||
connections.<conn>.children.<child>.if_id_in = 0
|
||||
Inbound XFRM interface ID.
|
||||
|
||||
XFRM interface ID set on inbound policies/SA. This allows installing
|
||||
duplicate policies/SAs and associates them with an interface with the same
|
||||
ID. The special value _%unique_ sets a unique interface ID on each CHILD_SA
|
||||
instance, beyond that the value _%unique-dir_ assigns a different unique
|
||||
interface ID for each CHILD_SA direction (in/out).
|
||||
|
||||
connections.<conn>.children.<child>.if_id_out = 0
|
||||
Outbound XFRM interface ID.
|
||||
|
||||
XFRM interface ID set on outbound policies/SA. This allows installing
|
||||
duplicate policies/SAs and associates them with an interface with the same
|
||||
ID. The special value _%unique_ sets a unique interface ID on each CHILD_SA
|
||||
instance, beyond that the value _%unique-dir_ assigns a different unique
|
||||
interface ID for each CHILD_SA direction (in/out).
|
||||
|
||||
The daemon will not install routes for CHILD_SAs that have this option set.
|
||||
|
||||
connections.<conn>.children.<child>.tfc_padding = 0
|
||||
Traffic Flow Confidentiality padding.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user