From: Michael Tremer Date: Fri, 16 Oct 2020 12:24:58 +0000 (+0000) Subject: location-importer: Include all overridden networks X-Git-Tag: 0.9.5~117 X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Flibloc.git;a=commitdiff_plain;h=2373de384f10f5573bbd7570f5522545df70c0e3 location-importer: Include all overridden networks Signed-off-by: Michael Tremer --- diff --git a/src/python/location-importer.in b/src/python/location-importer.in index 093f325..d249a35 100644 --- a/src/python/location-importer.in +++ b/src/python/location-importer.in @@ -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 )