vici: Add support for interface ID configurable on IKE_SA

This commit is contained in:
Tobias Brunner
2019-04-04 09:36:38 +02:00
parent fafa76984d
commit 0396969a36
4 changed files with 34 additions and 0 deletions
+12
View File
@@ -280,6 +280,18 @@ connections.<conn>.pools =
other configuration attributes from. Each name references a pool by name
from either the **pools** section or an external pool.
connections.<conn>.if_id_in = 0
Default inbound XFRM interface ID for children.
XFRM interface ID set on inbound policies/SA, can be overridden by child
config, see there for details.
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.
connections.<conn>.mediation = no
Whether this connection is a mediation connection.