-
- Downloads
Bugfix: fetch_overlapping_subnets().
A number of subnet columns have NULL'able types in the SCHEMA. e.g. vrfId can be NULL or (integer) 0 for the default vrf depending on how it was created, edited or updated. Update the SQL query to coalesce NULL values to 0 to include all records in the search. Closes #3529 Closes #2793
Loading
Please register or sign in to comment