summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/irr_parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove irrfilter from bgpctl. The current code is not very useful.claudio2019-06-251-423/+0
* Instead of a (ulong) case just use %zu in printf and remove the cast.claudio2019-04-101-2/+2
* some people are capitalizing keywords, so ignore case when we test the tokensphessler2015-04-251-9/+9
* handle an IRR record of "export ... action X" the same way we handlephessler2015-04-251-1/+3
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+2
* unsigned char casts where needed for for ctype.hderaadt2013-11-221-2/+2
* strip trailing \r from rpsl route: lines for irrfilter, they have been seensthen2012-06-301-3/+4
* Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support basedclaudio2009-09-081-3/+5
* RPSL spec says route: is single-valued... nontheless, in the APNIC db:henning2007-03-051-6/+12
* need to eat whitespace at both ends of valhenning2007-03-051-8/+6
* KNFhenning2007-03-051-8/+9
* store peer AS numericallyhenning2007-03-041-4/+15
* fix cass where the specification does not give the router address by usinghenning2007-03-041-2/+2
* ran into an asset which has dangling , at eol in the member spec, leadinghenning2007-03-041-2/+3
* make parse_response (and thus whois) return 0 for no object found, and n+1henning2007-03-031-2/+8
* add irrfilter mode.henning2007-03-031-0/+395