summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/irr_prefix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* these 3 files do not need sys/socket.hderaadt2015-10-051-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* Use reallocarray() throughout to spot multiplicative int overflow.deraadt2014-10-081-4/+4
* Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->krw2010-05-101-2/+2
* Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (yousthen2009-09-081-2/+4
* Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support basedclaudio2009-09-081-21/+65
* initialize pfx->pfx_maxlen too, rotting in my tree for some timehenning2007-05-271-2/+2
* prepare, but leave disabled, verbose operation so that you can see what ishenning2007-03-061-2/+8
* another completely bogus route entry, this time openface in their own RR:henning2007-03-061-6/+16
* better diagnostics on inet_net_pton failinghenning2007-03-051-2/+3
* gremlins keep putting tiny KNF violations in my code in the hope I don'thenning2007-03-051-2/+2
* better error msghenning2007-03-051-2/+2
* loop over the list calling prefix_aggregate until nothing can be aggregatedhenning2007-03-051-22/+26
* lint happinesshenning2007-03-051-8/+7
* in prefix_aggregate(), when we look at two neighbor prefixes, see wetherhenning2007-03-051-1/+12
* do the prefix masking in network byte orderhenning2007-03-051-3/+3
* sort out more specifics and mark the less specific covering them in a wayhenning2007-03-051-7/+80
* correct include orderderaadt2007-03-041-2/+2
* rename struct prefix -> irr_prefixhenning2007-03-041-11/+11
* store prefixes in binary format. we'll need that for aggregation.henning2007-03-041-10/+49
* add irrfilter mode.henning2007-03-031-0/+102