Skip to content
Snippets Groups Projects
  • ale's avatar
    94461981
    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
    History
    Implement IP masking in the database
    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.