summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/parse.y
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2004-04-27 23:02:42 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2004-04-27 23:02:42 +0000
commite67d937eb1b7beef047541172dddc32427227d7c (patch)
tree78f3e7a12ce86786a6f20c8c5307a1646e01b4a5 /usr.sbin/bgpd/parse.y
parent2706ce57fbc6b9c11b5398d63ae1f4d690a19a62 (diff)
ike before in
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-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},