Skip to content

Commit

Permalink
check for correct uptime in eos bgp neighbors
Browse files Browse the repository at this point in the history
  • Loading branch information
bewing committed Jul 26, 2024
1 parent f3b2077 commit 981c5ca
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"is_up": true,
"is_enabled": true,
"description": "",
"uptime": "...",
"uptime": 121,
"address_family": {
"ipv4": {
"received_prefixes": 3,
Expand All @@ -29,7 +29,7 @@
"is_up": false,
"is_enabled": true,
"description": "",
"uptime": "...",
"uptime": -1,
"address_family": {
"ipv4": {
"received_prefixes": 0,
Expand All @@ -50,7 +50,7 @@
"is_up": true,
"is_enabled": true,
"description": "",
"uptime": "...",
"uptime": 165,
"address_family": {
"ipv4": {
"received_prefixes": 0,
Expand All @@ -71,7 +71,7 @@
"is_up": true,
"is_enabled": true,
"description": "",
"uptime": "...",
"uptime": 165,
"address_family": {
"ipv4": {
"received_prefixes": 0,
Expand Down

0 comments on commit 981c5ca

Please sign in to comment.