1
0
mirror of https://github.com/peeringdb/peeringdb.git synced 2024-05-11 05:55:09 +00:00
Files
peeringdb-peeringdb/tests/data/ixf/logs/update_01.json
Stefan Pratter 3bf31a6de7 Gh 408 Review
2019-02-15 17:46:40 +00:00

65 lines
1.4 KiB
JSON

{
"errors": [
"Invalid speed value: fast",
"Could not find ipv4 or 6 address in vlan_list entry for vlan_id 1 (AS2906)",
"Ip address error 'u'195.69.146.error' does not appear to be an IPv4 or IPv6 address' in vlan_list entry for vlan_id 2"
],
"data": [
{
"peer": {
"ixlan_id": 1,
"asn": 2906
},
"action": "skip",
"reason": "Invalid connection state: disabled"
},
{
"peer": {
"is_rs_peer": true,
"ipaddr4": "195.69.146.250",
"net_id": 1,
"speed": 10000,
"ixlan_id": 1,
"asn": 2906,
"ipaddr6": "2001:7f8:1::a500:2906:2"
},
"action": "add",
"reason": ""
},
{
"peer": {
"is_rs_peer": true,
"ipaddr4": "195.69.147.250",
"net_id": 1,
"speed": 10000,
"ixlan_id": 1,
"asn": 2906,
"ipaddr6": "2001:7f8:1::a500:2906:1"
},
"action": "add",
"reason": ""
},
{
"peer": {
"ixlan_id": 1,
"asn": 2906
},
"action": "skip",
"reason": "Invalid member type: other"
},
{
"peer": {
"is_rs_peer": false,
"ipaddr4": "195.69.146.249",
"net_id": 1,
"speed": 10000,
"ixlan_id": 1,
"asn": 2906,
"ipaddr6": ""
},
"action": "delete",
"reason": "Ip addresses no longer in data"
}
]
}