New commits:
commit a381f0de3e6c3d57ad4e6c87e03cdf81b431927e
Author: Andrew Cagney <[email protected]>
Date:   Tue Dec 21 09:15:14 2021 -0500

    ikev2: simplify v2_process_request_ts_payloads()
    
    Drop the custom code computing the score of the current
    connection; instead leave it to the main search loop.
    
    Note the general form:
       best="worst"
       for connection d in host-pair connections
          skip some cases, but don't skip when D==C
          (even when ID_NULL)
          if d is better than best
             best = d

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

Reply via email to