New commits:
commit bf158184d6d00be84b84f48ecc5437acfca3c184
Merge: e846f04676 84a420e4d8
Author: Andrew Cagney <[email protected]>
Date:   Mon May 12 16:40:23 2025 -0400

    Merge: use ip_info.selector.unset to mark TBD selectors based on the host
    
    In build_connection_proposals_from_config(), use ip_info.selector.unset
    (.is_set = false, .ip_version = IPv[46]) instead of unset_selector
    as the filler when subnet= and the host.addr isn't yet known.

commit 84a420e4d848ca9ce776d3237c87a2d8b790ca3c
Author: Andrew Cagney <[email protected]>
Date:   Mon May 12 11:34:19 2025 -0400

    connections: add ip_selector.unset, use when host-addr isn't known
    
    When the host-addr isn't known (for instance before orientation
    or instantiation) add a selector.unset (.is_set=false, .version=IPv[46])
    to the proposals.

commit 270a26c7f82c6ac9e128e65c02bb9af31b521ec3
Author: Andrew Cagney <[email protected]>
Date:   Mon May 12 11:43:41 2025 -0400

    ip: add {address,endpoint,range,selector,subnet}.unset
    
    Has:
      .is_set = false
      .ip_version = IPv[46]
    while there's no value, the address family is known.
    Use by selector code as a place holder for a host-addr
    that, while unknown, does have a known address family.

commit 0579b043214f5dc213126704b42fc15fcd56080b
Author: Andrew Cagney <[email protected]>
Date:   Mon May 12 11:40:41 2025 -0400

    ip: rename .version -> .ip_version; match name in ip_info
    
    Consider the field public

commit 5029ac0405fd9d2b38588a500d9c074bfbdf0ec5
Author: Andrew Cagney <[email protected]>
Date:   Mon May 12 10:34:49 2025 -0400

    connections: drop unused AFI parameter to append_end_selector()

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

Reply via email to