summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-07-28 20:01:22 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-07-28 20:01:22 +0000
commit6d77a5035c6df4cd7072d4697c679a8c0acf08cf (patch)
tree2b5d62ccdd0742caa0da7f82a760de31e083f7dc /usr.sbin/bgpd
parente5a5aa63238d8468da80f3418295ad0f9a68ffc0 (diff)
keywords have to be sorted, and I can't sort properly
Diffstat (limited to 'usr.sbin/bgpd')
-rw-r--r--usr.sbin/bgpd/parse.y6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y
index b86a80a6be1..8fe1c32ed9d 100644
--- a/usr.sbin/bgpd/parse.y
+++ b/usr.sbin/bgpd/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.169 2005/07/28 16:27:01 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.170 2005/07/28 20:01:21 henning Exp $ */
/*
* Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -1455,6 +1455,8 @@ lookup(char *s)
/* this has to be sorted always */
static const struct keywords keywords[] = {
{ "AS", AS},
+ { "IPv4", IPV4},
+ { "IPv6", IPV6},
{ "ah", AH},
{ "allow", ALLOW},
{ "announce", ANNOUNCE},
@@ -1474,8 +1476,6 @@ lookup(char *s)
{ "from", FROM},
{ "group", GROUP},
{ "holdtime", HOLDTIME},
- { "IPv4", IPV4},
- { "IPv6", IPV6},
{ "ignore", IGNORE},
{ "ike", IKE},
{ "in", IN},