New activity for FreeRADIUS (the high performance and highly configurable RADIUS server) ====== New helper scripts for defining IP pools and aligning sqlippools generate_pool_addresses.pl allow multiple pools, each containing one or more address ranges (IPv4 or IPv6) to the specified by YAML file and will output a list of addresses meeting the specification. These address ranges may be defined as contiguous or sparse (useful in the case of IPv6!). In the case of sparse ranges, if a file listing pre-existing addresses is supplied then these are used. The remainder of the addresses (up to the given capacity of the range) are allocated randomly. align_sql_pools.pl takes the list of addresses output by generate_pool_addresses.pl and generates a set of dialect-specific SQL statements to align the sqlippools, preserving any existing leases that are using an addresses that is retained in the pool. Terry Burton (via Alan DeKok)@2020-06-22T15:18:25Z Files modified: * scripts/sql/align_sql_pools.pl * scripts/sql/generate_pool_addresses.pl Commit diff: https://github.com/FreeRADIUS/freeradius-server/commit/641240afb09ebf98e0164... ====== -- This commit summary was generated @2020-06-23T00:00:03Z by lgfeed version 0.00 (https://github.com/arr2036/lgfeed).