Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 3026c169 authored by Gary Allan's avatar Gary Allan
Browse files

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
parent 25fcf42c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment