From: Gisle Vanem <gisle.vanem@gmail.com>
To: location@lists.ipfire.org
Subject: Checking for Bogons
Date: Sat, 23 Oct 2021 12:18:01 +0200 [thread overview]
Message-ID: <f42917f2-3bc2-de3f-830f-737b161c299a@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 738 bytes --]
Hello list.
I want to check if the result from 'loc_database_lookup()'
is on a "Bogon network".
My C-code would go something like:
struct loc_network *net;
struct in6_addr addr;
...
int rc = loc_database_lookup (libloc.db, &addr, &net);
if (rc == 0 && net)
{
...
if (loc_network_has_flag(net, LOC_NETWORK_FLAG_BOGON))
...
}
-----------------
This flag 'LOC_NETWORK_FLAG_BOGON' does not exist (yet).
Would it be possible?
And is there any relationship between a "Bogon" and
'LOC_NETWORK_FLAG_DROP' flag?
So I guess I have to do what:
Database_iterate_all(self, LOC_DB_ENUMERATE_BOGONS, family, 0);
does and create my own list to check against (?)
And BTW, I'm on Windows-10.
--
--gv
next reply other threads:[~2021-10-23 10:18 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-23 10:18 Gisle Vanem [this message]
2021-10-23 10:40 ` Peter Müller
2021-10-23 11:40 ` Gisle Vanem
2021-10-23 15:55 ` 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=f42917f2-3bc2-de3f-830f-737b161c299a@gmail.com \
--to=gisle.vanem@gmail.com \
--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