summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/ospfd/neighbor.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/ospfd/neighbor.c b/usr.sbin/ospfd/neighbor.c
index 47ad3278860..4893bbbc8c2 100644
--- a/usr.sbin/ospfd/neighbor.c
+++ b/usr.sbin/ospfd/neighbor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: neighbor.c,v 1.19 2005/05/26 20:42:10 norby Exp $ */
+/* $OpenBSD: neighbor.c,v 1.20 2005/05/26 22:09:10 norby Exp $ */
/*
* Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org>
@@ -85,7 +85,6 @@ struct {
const char * const nbr_event_names[] = {
"NOTHING",
"HELLO_RECEIVED",
- "START",
"2_WAY_RECEIVED",
"NEGOTIATION_DONE",
"SNAPSHOT_DONE",
@@ -103,7 +102,6 @@ const char * const nbr_event_names[] = {
const char * const nbr_action_names[] = {
"NOTHING",
- "START",
"RESET_INACTIVITY_TIMER",
"START_INACTIVITY_TIMER",
"EVAL",