]> git.ipfire.org Git - people/ms/libloc.git/commitdiff
location-importer: Include all overridden networks
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Oct 2020 12:24:58 +0000 (12:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 16 Oct 2020 12:24:58 +0000 (12:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-importer.in

index 093f325b4ed864e6ddb8b1f692419f2f10f61e24..d249a35a5aaff93a0f04d02532d2f0a1e4ab22dd 100644 (file)
@@ -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
                        )