summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2007-03-22 15:56:52 +0000
committerclaudio <claudio@openbsd.org>2007-03-22 15:56:52 +0000
commitdacb568d4dde46045da9e5a935a8eb3ad3e5d412 (patch)
tree12191e41f4b58584776cd24c36b4eb6257c69de8
parentDo not advertise version in the ftp banner, because there is no reason to. (diff)
downloadwireguard-openbsd-dacb568d4dde46045da9e5a935a8eb3ad3e5d412.tar.xz
wireguard-openbsd-dacb568d4dde46045da9e5a935a8eb3ad3e5d412.zip
Somehow I forgot how to correctly sort in alphabetical order.
"router" needs to be added before "router-dead-time". Figured out by Stuart Henderson
-rw-r--r--usr.sbin/ospfd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/parse.y b/usr.sbin/ospfd/parse.y
index 72c04b388ac..ae1d1e9ad5e 100644
--- a/usr.sbin/ospfd/parse.y
+++ b/usr.sbin/ospfd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.45 2007/03/21 10:54:30 claudio Exp $ */
+/* $OpenBSD: parse.y,v 1.46 2007/03/22 15:56:52 claudio Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -595,8 +595,8 @@ lookup(char *s)
{"redistribute", REDISTRIBUTE},
{"retransmit-interval", RETRANSMITINTERVAL},
{"rfc1583compat", RFC1583COMPAT},
- {"router-dead-time", ROUTERDEADTIME},
{"router", ROUTER},
+ {"router-dead-time", ROUTERDEADTIME},
{"router-id", ROUTERID},
{"router-priority", ROUTERPRIORITY},
{"rtlabel", RTLABEL},