summaryrefslogtreecommitdiffhomepage
path: root/packet/constatnt.go
diff options
context:
space:
mode:
Diffstat (limited to 'packet/constatnt.go')
-rw-r--r--packet/constatnt.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet/constatnt.go b/packet/constatnt.go
index 6f358ebe..31002c1b 100644
--- a/packet/constatnt.go
+++ b/packet/constatnt.go
@@ -19,8 +19,10 @@ const AS_TRANS = 23456
const BGP_PORT = 179
+type FSMState int
+
const (
- _ = iota
+ _ FSMState = iota
BGP_FSM_IDLE
BGP_FSM_CONNECT
BGP_FSM_ACTIVE