Commit 2373de38 authored by Michael Tremer's avatar Michael Tremer

location-importer: Include all overridden networks

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent a36bc686
......@@ -240,6 +240,8 @@ class CLI(object):
SELECT network FROM announcements
UNION
SELECT network FROM networks
UNION
SELECT network FROM network_overrides
ORDER BY network
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment