From c1c85b0fd159058685e6e1a6a602ac224d8fd461 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 14 Oct 2022 11:04:38 +0200 Subject: [PATCH] swanctl: Document the type/size of interface IDs --- src/swanctl/swanctl.opt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt index 9cdf78434d..92da610372 100644 --- a/src/swanctl/swanctl.opt +++ b/src/swanctl/swanctl.opt @@ -1002,7 +1002,7 @@ connections..children..set_mark_out = 0/0x00000000 requires at least Linux 4.19. connections..children..if_id_in = 0 - Inbound XFRM interface ID. + Inbound XFRM interface ID (32-bit unsigned integer). XFRM interface ID set on inbound policies/SA. This allows installing duplicate policies/SAs and associates them with an interface with the same @@ -1011,7 +1011,7 @@ connections..children..if_id_in = 0 interface ID for each CHILD_SA direction (in/out). connections..children..if_id_out = 0 - Outbound XFRM interface ID. + Outbound XFRM interface ID (32-bit unsigned integer). XFRM interface ID set on outbound policies/SA. This allows installing duplicate policies/SAs and associates them with an interface with the same -- 2.47.2