]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
wip: ike-sa: Add extension for Child SA KE negotiation
authorTobias Brunner <tobias@strongswan.org>
Mon, 20 Oct 2025 15:05:56 +0000 (17:05 +0200)
committerTobias Brunner <tobias@strongswan.org>
Fri, 24 Oct 2025 15:46:31 +0000 (17:46 +0200)
wip: fix reference in comment

src/libcharon/sa/ike_sa.h

index e3d4098a043707db72fc704b8671d0a5ad6fa25d..d62f5471bfb4cc0311432d1893a233d9116bcacb 100644 (file)
@@ -177,6 +177,11 @@ enum ike_extension_t {
         */
        EXT_IKE_INTERMEDIATE = (1<<17),
 
+       /**
+        * Child SA KE negotiation during IKE_AUTH, draft-ietf-ipsecme-child-pfs-info
+        */
+       EXT_CHILD_SA_PFS_INFO = (1<<18),
+
        /**
         * MSB marker to separate private extensions
         */