[Swan-commit] Changes to ref refs/heads/main

Andrew Cagney cagney at vault.libreswan.fi
Wed May 12 21:07:34 UTC 2021


New commits:
commit 33fd6c69f490b543e8af20d2271dfcf4420e25e2
Author: Andrew Cagney <cagney at gnu.org>
Date:   Wed May 12 16:32:01 2021 -0400

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

commit 3b218ec405f82592aa761e9f1d0b6bd455170fba
Author: Andrew Cagney <cagney at gnu.org>
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



More information about the Swan-commit mailing list