New commits:
commit 6b0a4e96fe8b791678976582f0802e954c0bc896
Author: Andrew Cagney <[email protected]>
Date:   Fri May 28 15:00:43 2021 -0400

    ikev2: in IKE_AUTH responder, call IKE_SA_established() before starting on 
the CHILD_SA
    
    Rather than:
      create child
      ...
      add_xfrmi(child)
      IKE_SA_established(ike)
      install_ipsec_sa(child)
    
    (I suspect if I move it to after the child is installed it will
    wipe it out? but I also suspect it should let install_ipsec_sa()
    flush any existing child?)

commit 99546d620db02d889891aeaaaae0b5c4366c9ffb
Author: Andrew Cagney <[email protected]>
Date:   Fri May 28 14:40:52 2021 -0400

    ikev2: in IKE_AUTH responder, pass the child's connection into add_xfrmi()

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

Reply via email to