public inbox for location@lists.ipfire.org
 help / color / mirror / Atom feed
From: Stefan Schantl <stefan.schantl@ipfire.org>
To: location@lists.ipfire.org
Subject: [PATCH 2/3] Add example network flag to the python create-database example script.
Date: Sun, 30 Aug 2020 12:36:01 +0200	[thread overview]
Message-ID: <20200830103602.6816-2-stefan.schantl@ipfire.org> (raw)
In-Reply-To: <20200830103602.6816-1-stefan.schantl@ipfire.org>

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

Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
 examples/python/create-database.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/python/create-database.py b/examples/python/create-database.py
index b57ad94..bf8838b 100644
--- a/examples/python/create-database.py
+++ b/examples/python/create-database.py
@@ -33,6 +33,7 @@ with open(private_key_path, "r") as pkey:
     n = w.add_network("2a07:1c44:5800::/40")
     n.country_code = "DE"
     n.asn = a.number
+    n.set_flag(location.NETWORK_FLAG_ANYCAST)
 
     print(n)
 
-- 
2.20.1


  reply	other threads:[~2020-08-30 10:36 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-30 10:36 [PATCH 1/3] perl: Add lookup_network_has_flag() function Stefan Schantl
2020-08-30 10:36 ` Stefan Schantl [this message]
2020-08-30 10:36 ` [PATCH 3/3] perl: Add test for the " Stefan Schantl

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=20200830103602.6816-2-stefan.schantl@ipfire.org \
    --to=stefan.schantl@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