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

Andrew Cagney cagney at vault.libreswan.fi
Sat Feb 5 19:22:45 EET 2022


New commits:
commit 1a875a6e9eaf3eb1c63f77df4c91ee586c84629b
Author: Andrew Cagney <cagney at gnu.org>
Date:   Sat Feb 5 12:18:18 2022 -0500

    pervasive: rename address.any (:: or 0.0.0.0) to address.unspec
    
    UNSPEC is the IPv6 term.  Hint that this is not %any.

commit 79f45cd27207fc6cb5ccaf0b20f287424738e935
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 4 21:57:53 2022 -0500

    ip: delete address_is_any() unused

commit c52c11299f343168a6335adf6de21c2c01945a50
Author: Andrew Cagney <cagney at gnu.org>
Date:   Fri Feb 4 21:20:40 2022 -0500

    pervasive: use [!]address_is_specified() instead of address_is_any()
    
    Where address_is_specified() is defined as: !unset && !:: && !0.0.0.0
    
    Use the field <<enum keyword_host type>> to determine if the host
    address (set or not) is %any, a DNS address, from the wire, ...
    
    Use address_is_specified() to see if it's been set.



More information about the Swan-commit mailing list