]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
swanctl: Document the type/size of interface IDs
authorTobias Brunner <tobias@strongswan.org>
Fri, 14 Oct 2022 09:04:38 +0000 (11:04 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 10 Nov 2022 15:50:02 +0000 (16:50 +0100)
src/swanctl/swanctl.opt

index 9cdf78434d85a5cd98664413dc551766d004e02a..92da6103724c2c68cdef19b6f9660e94747a998e 100644 (file)
@@ -1002,7 +1002,7 @@ connections.<conn>.children.<child>.set_mark_out = 0/0x00000000
        requires at least Linux 4.19.
 
 connections.<conn>.children.<child>.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.<conn>.children.<child>.if_id_in = 0
        interface ID for each CHILD_SA direction (in/out).
 
 connections.<conn>.children.<child>.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