summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/irr_parser.c
AgeCommit message (Expand)Author
2015-04-25some people are capitalizing keywords, so ignore case when we test the tokensPeter Hessler
2015-04-25handle an IRR record of "export ... action X" the same way we handlePeter Hessler
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-11-22unsigned char casts where needed for for ctype.hTheo de Raadt
2012-06-30strip trailing \r from rpsl route: lines for irrfilter, they have been seenStuart Henderson
2009-09-08Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support basedClaudio Jeker
2007-03-05RPSL spec says route: is single-valued... nontheless, in the APNIC db:Henning Brauer
2007-03-05KNFHenning Brauer
2007-03-05need to eat whitespace at both ends of valHenning Brauer
2007-03-04store peer AS numericallyHenning Brauer
2007-03-04fix cass where the specification does not give the router address by usingHenning Brauer
2007-03-04ran into an asset which has dangling , at eol in the member spec, leadingHenning Brauer
2007-03-03make parse_response (and thus whois) return 0 for no object found, and n+1Henning Brauer
2007-03-03add irrfilter mode.Henning Brauer