Skip to content
  • ale's avatar
    Implement IP masking in the database · 94461981
    ale authored
    Make it possible to apply an IP mask (different for v4 and v6) to all
    addresses stored and retrieved from the database. This is transparent
    to the API (you can still send and query individual IPs).
    
    The default behavior becomes to aggregate away IPv6 addresses to a /64
    network, while there is no change to IPv4 handling.
    94461981