summaryrefslogtreecommitdiff
path: root/usr.sbin/ospfd
diff options
context:
space:
mode:
authorJoerg Goltermann <gollo@cvs.openbsd.org>2010-03-24 07:18:40 +0000
committerJoerg Goltermann <gollo@cvs.openbsd.org>2010-03-24 07:18:40 +0000
commite7fd1f470c39e018961156e542aec0115a770e93 (patch)
tree4ffb89fb96a2b36e742e74e2fbccfdf44e5f014e /usr.sbin/ospfd
parent13dfb63a3819f5e8eac9b3c863b3101b13ce357d (diff)
options must be sorted.
OK: henning@, claudio@
Diffstat (limited to 'usr.sbin/ospfd')
-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 93a3518969d..e9bc7cd5a92 100644
--- a/usr.sbin/ospfd/parse.y
+++ b/usr.sbin/ospfd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.70 2010/02/16 08:39:05 dlg Exp $ */
+/* $OpenBSD: parse.y,v 1.71 2010/03/24 07:18:39 gollo Exp $ */
/*
* Copyright (c) 2004, 2005 Esben Norby <norby@openbsd.org>
@@ -721,8 +721,8 @@ lookup(char *s)
{"auth-type", AUTHTYPE},
{"demote", DEMOTE},
{"external-tag", EXTTAG},
- {"fib-update", FIBUPDATE},
{"fast-hello-interval", FASTHELLOINTERVAL},
+ {"fib-update", FIBUPDATE},
{"hello-interval", HELLOINTERVAL},
{"include", INCLUDE},
{"interface", INTERFACE},