diff options
author | 2004-03-11 17:47:48 +0000 | |
---|---|---|
committer | 2004-03-11 17:47:48 +0000 | |
commit | d1572f2acd6ed1b09fa0340d48cec403b8813c60 (patch) | |
tree | 236db1fa100abf469ef670d1f23c6322dc0e08f8 | |
parent | If apm_connect() fails, don't try to pass the bios_apminfo_t structure (diff) | |
download | wireguard-openbsd-d1572f2acd6ed1b09fa0340d48cec403b8813c60.tar.xz wireguard-openbsd-d1572f2acd6ed1b09fa0340d48cec403b8813c60.zip |
yes, the keyword table has to be sorted ;-)
-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}, |