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

Andrew Cagney cagney at vault.libreswan.fi
Fri Feb 26 12:43:14 UTC 2021


New commits:
commit dcdfce70384af7d1bafdfb2d81a0a937f949770c
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Feb 25 17:28:23 2021 -0500

    ip: add selector_is_address(selector, address)
    
    as in:
      sa = selector_from_address()
      selector_eq(selector, &sa)
    subnetisaddr() doesn't check ports and is clueless about protools.

commit 7a2a91c0eaa9999770343a1aade82a899708244d
Author: Andrew Cagney <cagney at gnu.org>
Date:   Thu Feb 25 17:15:27 2021 -0500

    ip: ip_range cleanups
    
    - sprinkle range_is_unset()
    
    - replace iprange_bits(lo,hi) with range_significant_bits(range)
    
      Fixes: ??? this really should use ip_range rather than a pair of
      ip_address values
    
    - update tests



More information about the Swan-commit mailing list