Fix AS check in parse_community() -- well-known communities have the AS
authorclaudio <claudio@openbsd.org>
Sun, 31 Aug 2008 08:29:35 +0000 (08:29 +0000)
committerclaudio <claudio@openbsd.org>
Sun, 31 Aug 2008 08:29:35 +0000 (08:29 +0000)
commitc85f4e49323456ab34f56c7a814e5a58ab7066fe
tree5a0b5221c78aacc29f8ec0022efa25873a95c956
parent2584642119258a591c7b4e1344f55ed14b8c2513
Fix AS check in parse_community() -- well-known communities have the AS
part set to COMMUNITY_WELLKNOWN which is the same as USHRT_MAX.
Figured out by Greg Skinner
usr.sbin/bgpctl/parser.c