diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-20 14:56:10 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-20 14:56:10 +0000 |
commit | 7db4893ddd909b97eb2147ee39996739e04d34bc (patch) | |
tree | 4da43aa1e8d80dec25b6d8841e31fca9c39f127b /usr.sbin/bgpd/parse.y | |
parent | bc3ae1a326ee2e9f0f074e81cf39567c067e2165 (diff) |
foobar-AS -> foobar-as as already done in some places. mIXeD cASe keywords
are not fluffy. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/parse.y')
-rw-r--r-- | usr.sbin/bgpd/parse.y | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/parse.y b/usr.sbin/bgpd/parse.y index f34717bd509..5c6347cef6f 100644 --- a/usr.sbin/bgpd/parse.y +++ b/usr.sbin/bgpd/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.134 2004/08/17 16:06:39 claudio Exp $ */ +/* $OpenBSD: parse.y,v 1.135 2004/08/20 14:56:09 claudio Exp $ */ /* * Copyright (c) 2002, 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -1245,11 +1245,11 @@ lookup(char *s) { "route-reflector", REFLECTOR}, { "router-id", ROUTERID}, { "set", SET}, - { "source-AS", SOURCEAS}, + { "source-as", SOURCEAS}, { "spi", SPI}, { "tcp", TCP}, { "to", TO}, - { "transit-AS", TRANSITAS} + { "transit-as", TRANSITAS} }; const struct keywords *p; |