New commits:
commit 33fd6c69f490b543e8af20d2271dfcf4420e25e2
Author: Andrew Cagney <[email protected]>
Date:   Wed May 12 16:32:01 2021 -0400

    ikev2: sprinkle s/st/ike->sa/

commit 3b218ec405f82592aa761e9f1d0b6bd455170fba
Author: Andrew Cagney <[email protected]>
Date:   Wed May 12 13:55:43 2021 -0400

    ikev2: sprinkle s/st/ike->sa/
    
    Just note the below (I preserved existing behaviour):
    
      /*
       * XXX: TYPO (as in ST should be PREDECESSOR)
       * or intended be behaviour?  ST is the just
       * created IKE SA so ...
       */
      #if 0
        if (IS_CHILD_SA(&ike->sa))
          ike->sa.st_ipsec_pred = predecessor->st_serialno;
        else
          ike->sa.st_ike_pred = predecessor->st_serialno;
      #else
        ike->sa.st_ike_pred = predecessor->st_serialno;
      #endif

_______________________________________________
Swan-commit mailing list
[email protected]
https://lists.libreswan.org/mailman/listinfo/swan-commit

Reply via email to