Commit b186d83f authored by Stefan Schantl's avatar Stefan Schantl Committed by Michael Tremer

python example script: Add country name and continent code.

Signed-off-by: default avatarStefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 201bfcd9
......@@ -22,6 +22,8 @@ with open(private_key_path, "r") as pkey:
# Add a country
c = w.add_country("DE")
c.continent_code = "EU"
c.name = "Germany"
# Add an AS
a = w.add_as(204867)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment