From: "Peter Müller" <peter.mueller@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH 4/4] location-importer: DELETE multicast and "reserved for future usage" address space
Date: Wed, 13 May 2020 19:33:54 +0000 [thread overview]
Message-ID: <f0f413f0-480a-488c-8e9c-da9281e69cbc@ipfire.org> (raw)
In-Reply-To: <a23fbc52-bc75-8e3d-56ad-eabfcd123568@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
---
src/python/location-importer.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/python/location-importer.in b/src/python/location-importer.in
index 53c5cfe..79a024c 100644
--- a/src/python/location-importer.in
+++ b/src/python/location-importer.in
@@ -539,6 +539,10 @@ class CLI(object):
-- DELETE IPv6 to IPv4 (6to4) address space
DELETE FROM announcements WHERE family(network) = 4 AND network <<= '192.88.99.0/24';
+ -- DELETE multicast and reserved address space
+ DELETE FROM announcements WHERE family(network) = 4 AND network <<= '224.0.0.0/4';
+ DELETE FROM announcements WHERE family(network) = 4 AND network <<= '240.0.0.0/4';
+
-- Delete networks that are too small to be in the global routing table
DELETE FROM announcements WHERE family(network) = 6 AND masklen(network) > 48;
DELETE FROM announcements WHERE family(network) = 4 AND masklen(network) > 24;
--
2.26.1
prev parent 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 ` [PATCH 3/4] location-importer: DELETE "current network" address space Peter Müller
2020-05-13 19:33 ` Peter Müller [this message]
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=f0f413f0-480a-488c-8e9c-da9281e69cbc@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