mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
Fix a typo in FSM state
s/notificatoin/notification/
This commit is contained in:
committed by
FUJITA Tomonori
parent
361dcc27da
commit
ffd482af28
+1
-1
@@ -37,7 +37,7 @@ const (
|
||||
FSM_ADMIN_DOWN = "admin-down"
|
||||
FSM_READ_FAILED = "read-failed"
|
||||
FSM_WRITE_FAILED = "write-failed"
|
||||
FSM_NOTIFICATION_SENT = "notificatoin-sent"
|
||||
FSM_NOTIFICATION_SENT = "notification-sent"
|
||||
FSM_NOTIFICATION_RECV = "notification-received"
|
||||
FSM_HOLD_TIMER_EXPIRED = "hold-timer-expired"
|
||||
FSM_IDLE_HOLD_TIMER_EXPIRED = "idle-hold-timer-expired"
|
||||
|
||||
Reference in New Issue
Block a user