Skip to content

Commit

Permalink
fix bgp state dict
Browse files Browse the repository at this point in the history
  • Loading branch information
lampwins committed Apr 3, 2018
1 parent de36387 commit 8229b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def get_bgp_metrics(registry, dev):
# Based on the order in which states are defined in the
# BGP FSA in RFC4271 section 8.2.2
_peer_state_values = {
'NoState': 0
'NoState': 0,
'Idle': 1,
'Connect': 2,
'Active': 3,
Expand Down

0 comments on commit 8229b0d

Please sign in to comment.