mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
* [beta] IX-F importer: [showstopper]: unnecessary add and update suggested #815 * black formatting Co-authored-by: Stefan Pratter <stefan@20c.com>
17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
{
|
|
"vlan_list": [
|
|
{
|
|
"vlan_id":2,
|
|
"ipv4":{
|
|
"address":"206.81.81.12"
|
|
}
|
|
},
|
|
{
|
|
"vlan_id":3,
|
|
"ipv6":{
|
|
"address":"2001:504:16::1234"
|
|
}
|
|
}
|
|
]
|
|
}
|