public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
From: "Peter Müller" <peter.mueller@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH 3/4] location-importer: DELETE "current network" address space
Date: Wed, 13 May 2020 19:33:32 +0000	[thread overview]
Message-ID: <a23fbc52-bc75-8e3d-56ad-eabfcd123568@ipfire.org> (raw)
In-Reply-To: <46f10017-357f-fd8a-5dc6-eec8da9941a2@ipfire.org>

[-- Attachment #1: Type: text/plain, Size: 1196 bytes --]

Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
 src/python/location-importer.in | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/python/location-importer.in b/src/python/location-importer.in
index 91abf3e..53c5cfe 100644
--- a/src/python/location-importer.in
+++ b/src/python/location-importer.in
@@ -512,10 +512,13 @@ class CLI(object):
 					-- Delete anything that is not global unicast address space
 					DELETE FROM announcements WHERE family(network) = 6 AND NOT network <<= '2000::/3';
 
+					-- DELETE "current network" address space
+					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '0.0.0.0/8';
+
 					-- DELETE local loopback address space
 					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '127.0.0.0/8';
 
-					-- DELETE RFC1918 address space
+					-- DELETE RFC 1918 address space
 					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '10.0.0.0/8';
 					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '172.16.0.0/12';
 					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '192.168.0.0/16';
-- 
2.26.1

  reply	other threads:[~2020-05-13 19:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 19:32 [PATCH 1/4] location-importer: DELETE local loopback " Peter Müller
2020-05-13 19:33 ` [PATCH 2/4] location-importer: DELETE other unroutable IPv4 networks Peter Müller
2020-05-13 19:33   ` Peter Müller [this message]
2020-05-13 19:33     ` [PATCH 4/4] location-importer: DELETE multicast and "reserved for future usage" address space Peter Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a23fbc52-bc75-8e3d-56ad-eabfcd123568@ipfire.org \
    --to=peter.mueller@ipfire.org \
    --cc=location@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox