New commits:
commit 79316d97159c16f1d5074726172670c69ccd5da8
Merge: 957a3742c9 492a3c54a1
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 21:34:23 2024 -0500

    ikev1: grow addresspool to assign requested pool address
    
    when possible, grow the address pool to accomodate
    non-modecfg lease requests
    
    need to review:
      a template with an address pool leaves the SPD's selectors empty #1965
      Version 5.1: roadwarrior xauth cannot respond to IPsec SA request because 
no connection is known #1857
      ERROR: kernel: xfrm XFRM_MSG_DELPOLICY delete response for flow (in): No 
such file or directory #1914
    
    Merge commit '492a3c54a1a7802b0d34726a64a389e1569aebc9'

commit 492a3c54a1a7802b0d34726a64a389e1569aebc9
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 16:36:15 2024 -0500

    addresspool: merge lease_that_address() and lease_that_selector()
    
    creating claim_remote_lease():
    
    When there's a prefered address try to assign it.
    This may require growing the address pool.
    For now, fail when the prefered lease isn't available
    (IKEv2 should assign an alternative address).

commit 1d0062cf3e5b01660e9d1ebe4fc16258a7331bdd
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 16:03:52 2024 -0500

    addresspool: re-order lease functions

commit 1f4bdeb8c2875a7d60ff82a67f86b628ef97f188
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 15:52:40 2024 -0500

    addresspool: factor unfree_lease() out of lease_that_address()
    
    It removes the lease from the free list, but it doesn't assign
    it to the connection.

commit 3c662e2d63e195e690630c962d365b3262fdea58
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 15:33:33 2024 -0500

    connections: drop co_serial_cmp(), co_serial_is_set(), et.al.
    
    co_serial_t changed to an enum so simple comparisons work.

commit 4a32f28788038e3ae75f120d0d0520b54a005952
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 12:56:31 2024 -0500

    testing: update ikev1-xauth (no MODE CFG) tests

commit fe952e2f176fde1b21c4ff7125c027893c6e7543
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 12:19:36 2024 -0500

    lswcdefs: add is_set(POINTER) and is_unset(POINTER)
    
    handles a NULL POINTER; .is_set idiom is common

commit e632833fae4fbd683df7826187922fd72b8cfac7
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 10:42:40 2024 -0500

    addresspool: factor grow_addresspool() out of lease_that_address()

commit a47494a19e7de1f39efde2d557f980e371766b48
Author: Andrew Cagney <[email protected]>
Date:   Sat Dec 14 10:39:26 2024 -0500

    Reapply "ikev1: always try to recover lease when there's an address pool"
    
    This reverts commit e1a08620991f6d30c7699e3234cf9edcb6cc6dc5.

_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to