Skip to content

Commit

Permalink
One more bgpPeerIface
Browse files Browse the repository at this point in the history
  • Loading branch information
murrant committed Sep 23, 2024
1 parent 587d22a commit 15607e0
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions tests/data/ironware.json
Original file line number Diff line number Diff line change
Expand Up @@ -21637,8 +21637,8 @@
"ifName": "ve55",
"portName": null,
"ifIndex": 16777271,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifSpeed": null,
"ifSpeed_prev": 0,
"ifConnectorPresent": "false",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
Expand Down Expand Up @@ -21737,8 +21737,8 @@
"ifName": "ve66",
"portName": null,
"ifIndex": 16777282,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifSpeed": null,
"ifSpeed_prev": 0,
"ifConnectorPresent": "false",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
Expand Down Expand Up @@ -21837,8 +21837,8 @@
"ifName": "loopback1",
"portName": null,
"ifIndex": 33554433,
"ifSpeed": 0,
"ifSpeed_prev": null,
"ifSpeed": null,
"ifSpeed_prev": 0,
"ifConnectorPresent": "false",
"ifOperStatus": "up",
"ifOperStatus_prev": "up",
Expand Down Expand Up @@ -23311,10 +23311,10 @@
"bgpPeerRemoteAs": 23456,
"bgpPeerState": "established",
"bgpPeerAdminStatus": "start",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpPeerIface": 1,
"bgpLocalAddr": "172.31.31.20",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
Expand All @@ -23334,10 +23334,10 @@
"bgpPeerRemoteAs": 65065,
"bgpPeerState": "connect",
"bgpPeerAdminStatus": "start",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpPeerIface": 1,
"bgpLocalAddr": "192.0.2.5",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
Expand All @@ -23357,7 +23357,7 @@
"bgpPeerRemoteAs": 65065,
"bgpPeerState": "idle",
"bgpPeerAdminStatus": "stop",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
Expand All @@ -23380,10 +23380,10 @@
"bgpPeerRemoteAs": 23456,
"bgpPeerState": "connect",
"bgpPeerAdminStatus": "start",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
"bgpPeerIface": 1,
"bgpLocalAddr": "192.0.2.5",
"bgpPeerRemoteAddr": "0.0.0.0",
"bgpPeerDescr": "",
Expand All @@ -23403,7 +23403,7 @@
"bgpPeerRemoteAs": 23456,
"bgpPeerState": "idle",
"bgpPeerAdminStatus": "stop",
"bgpPeerLastErrorCode": null,
"bgpPeerLastErrorCode": 0,
"bgpPeerLastErrorSubCode": null,
"bgpPeerLastErrorText": null,
"bgpPeerIface": null,
Expand Down

0 comments on commit 15607e0

Please sign in to comment.