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

Andrew Cagney cagney at vault.libreswan.fi
Tue Mar 23 19:50:32 UTC 2021


New commits:
commit 237a940f7573add2a8b908c46ad878869209cff0
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Mar 23 12:15:56 2021 -0400

    ip: delete ambigious and unused {subnet,selector}_is_specified()
    
    Should ::/0 and/or ::/128 be considered specified, for instance.
    Instead code can use sharper tests: unset, zero, all.

commit 3aaeabe8cbfcd7902277d2a4d75c9b9f219d2dfd
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Mar 23 10:01:58 2021 -0400

    ip: eliminate SUBNETOT_BUF

commit ae7282a21a182f6b48dddad31c32a4874a13a5c6
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Mar 23 09:54:19 2021 -0400

    ip: delete no-longer-used rangetosubnet()
    
    As suggested by "??? this really should use ip_range rather than a
    pair of ip_address values", replacement uses ip_range.

commit f4a4475df1ee02a25085876d8122f42c2e85ce0a
Author: Andrew Cagney <cagney at gnu.org>
Date:   Tue Mar 23 09:45:46 2021 -0400

    ip: clarify several function names
    
    range_to_address() -> range_offset_to_address()
    range_to_offset() -> address_to_range_offset()
    addresses_to_range() -> addresses_to_nonzero_range() (rejects ::-::)
    addresses_to_subnet() -> addresses_to_nonzero_subnet() (rejects ::-::)



More information about the Swan-commit mailing list