From: Michael Tremer <michael.tremer@ipfire.org>
To: location@lists.ipfire.org
Subject: Re: [PATCH] location-importer.in: reduce log noise for unusable networks
Date: Mon, 25 Jan 2021 21:32:08 +0000 [thread overview]
Message-ID: <88EE26D4-CD0C-4D8F-A414-9DC43ED6F3D9@ipfire.org> (raw)
In-Reply-To: <42bc8670-24ec-e10f-fce8-2a1452d26420@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 2640 bytes --]
Hi,
Thank you again.
This won’t be rolled out, yet, because I would need to build new Debian packages for it.
Since we do not have many changes since the last tag, I wouldn’t do this yet. Agreed?
-Michael
> On 16 Jan 2021, at 18:09, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> These are nothing to worry about, which is why debug log facility is
> more suitable here than informational or warning.
>
> Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
> ---
> src/python/location-importer.in | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/src/python/location-importer.in b/src/python/location-importer.in
> index a4be445..c5ebb54 100644
> --- a/src/python/location-importer.in
> +++ b/src/python/location-importer.in
> @@ -494,12 +494,12 @@ class CLI(object):
> return False
>
> if not network.is_global:
> - log.warning("Skipping non-globally routable network: %s" % network)
> + log.debug("Skipping non-globally routable network: %s" % network)
> return False
>
> if network.version == 4:
> if network.prefixlen < 7:
> - log.warning("Skipping too big IP chunk: %s" % network)
> + log.debug("Skipping too big IP chunk: %s" % network)
> return False
>
> if network.prefixlen > 24:
> @@ -507,12 +507,12 @@ class CLI(object):
> return False
>
> if str(network.network_address) == "0.0.0.0":
> - log.warning("Skipping network based on 0.0.0.0: %s" % network)
> + log.debug("Skipping network based on 0.0.0.0: %s" % network)
> return False
>
> elif network.version == 6:
> if network.prefixlen < 10:
> - log.warning("Skipping too big IP chunk: %s" % network)
> + log.debug("Skipping too big IP chunk: %s" % network)
> return False
>
> if network.prefixlen > 48:
> @@ -520,7 +520,7 @@ class CLI(object):
> return False
>
> if str(network.network_address) == "::":
> - log.warning("Skipping network based on '::': %s" % network)
> + log.debug("Skipping network based on '::': %s" % network)
> return False
>
> else:
> @@ -587,7 +587,7 @@ class CLI(object):
> # not managed by that specific RIR...
> if key == "netname":
> if re.match(r"(ERX-NETBLOCK|(AFRINIC|ARIN|LACNIC|RIPE)-CIDR-BLOCK|IANA-NETBLOCK-\d{1,3}|NON-RIPE-NCC-MANAGED-ADDRESS-BLOCK)", val.strip()):
> - log.warning("Skipping record indicating historic/orphaned data: %s" % val.strip())
> + log.debug("Skipping record indicating historic/orphaned data: %s" % val.strip())
> return
>
> if key == "inetnum":
> --
> 2.26.2
prev parent reply other threads:[~2021-01-25 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-16 18:09 Peter Müller
2021-01-25 21:32 ` Michael Tremer [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=88EE26D4-CD0C-4D8F-A414-9DC43ED6F3D9@ipfire.org \
--to=michael.tremer@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