summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index 5cbacb48c57..7e7cbe4a25a 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.90 2004/04/27 22:42:13 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.91 2004/04/27 23:02:41 henning Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -964,8 +964,8 @@ lookup(char *s)
{ "from", FROM},
{ "group", GROUP},
{ "holdtime", HOLDTIME},
- { "in", IN},
{ "ike", IKE},
+ { "in", IN},
{ "ipsec", IPSEC},
{ "key", KEY},
{ "listen", LISTEN},