summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_nsm.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospfd/ospf_nsm.h')
-rw-r--r--ospfd/ospf_nsm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_nsm.h b/ospfd/ospf_nsm.h
index e8573c630..798325f79 100644
--- a/ospfd/ospf_nsm.h
+++ b/ospfd/ospf_nsm.h
@@ -40,7 +40,7 @@
/* OSPF Neighbor State Machine Event. */
#define NSM_NoEvent 0
-#define NSM_PacketReceived 1 /* HelloReceived in the protocol */
+#define NSM_HelloReceived 1 /* HelloReceived in the protocol */
#define NSM_Start 2
#define NSM_TwoWayReceived 3
#define NSM_NegotiationDone 4