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 1/4] location-importer: DELETE local loopback address space
Date: Wed, 13 May 2020 19:32:51 +0000	[thread overview]
Message-ID: <ee568fba-7c8e-6e0f-4194-c2f4669382eb@ipfire.org> (raw)

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

This should never appear in public BGP data, but since people tend to do
really strange things on the interent, it's better to delete 127.0.0.0/8
data, just in case.

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

diff --git a/src/python/location-importer.in b/src/python/location-importer.in
index 08c9ed7..c751332 100644
--- a/src/python/location-importer.in
+++ b/src/python/location-importer.in
@@ -512,6 +512,9 @@ 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 local loopback address space
+					DELETE FROM announcements WHERE family(network) = 4 AND network <<= '127.0.0.0/8';
+
 					-- DELETE RFC1918 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';
-- 
2.26.1

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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-13 19:32 Peter Müller [this message]
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     ` [PATCH 4/4] location-importer: DELETE multicast and "reserved for future usage" " 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=ee568fba-7c8e-6e0f-4194-c2f4669382eb@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