diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-11 17:47:49 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-11 17:47:49 +0000 |
commit | 399fac6e9a5b28c4a2b401bd2e50fbc8ec2d71bd (patch) | |
tree | d1e6e2f9a7b826cf36c242985656030c2bfbffe8 /usr.sbin/bgpd/parse.y | |
parent | 2a4bd5f4bcc7143d313e9994c5851d976a293e0a (diff) |
yes, the keyword table has to be sorted ;-)
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index c30a1db47f3..fad55f93702 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.76 2004/03/11 17:12:51 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.77 2004/03/11 17:47:48 henning Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -810,8 +810,8 @@ lookup(char *s) { "med", MED}, { "min", YMIN}, { "multihop", MULTIHOP}, - { "neighbor-as", NEIGHBORAS}, { "neighbor", NEIGHBOR}, + { "neighbor-as", NEIGHBORAS}, { "network", NETWORK}, { "nexthop", NEXTHOP}, { "on", ON}, |