summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/irr_output.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove irrfilter from bgpctl. The current code is not very useful.claudio2019-06-251-246/+0
* Rename struct as_set to struct irr_as_set to not conflict with bgpd.claudio2018-09-171-2/+2
* err(1, "foo") -> err(1, NULL) for strdup()mmcc2015-11-181-2/+2
* these 3 files do not need sys/socket.hderaadt2015-10-051-2/+1
* for every policy we write out, flush the output so we don't get anphessler2015-04-261-1/+2
* allow us to write rules that match directly on the peer ASphessler2015-04-251-3/+6
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+1
* unsigned char casts where needed for for ctype.hderaadt2013-11-221-2/+2
* If a constant string needs a name, use a static const array instead of aguenther2013-10-271-3/+3
* KNFhenning2007-03-051-3/+3
* unused vars, linthenning2007-03-051-3/+2
* store a maxlen with each prefix. if that is set, this prefix covershenning2007-03-051-2/+9
* prevent re-use of shit in pbuf from previous ruleshenning2007-03-051-1/+2
* rename struct prefix -> irr_prefixhenning2007-03-041-3/+3
* store prefixes in binary format. we'll need that for aggregation.henning2007-03-041-12/+26
* for import rules, filter by source-as toohenning2007-03-041-11/+24
* store peer AS numericallyhenning2007-03-041-3/+2
* pass pointer to struct policy_item down to print_rule() instead of 3 of itshenning2007-03-041-12/+10
* fix output format. spent too much time with RPSL...henning2007-03-041-5/+5
* fix cass where the specification does not give the router address by usinghenning2007-03-041-2/+2
* write output to files instead of stdouthenning2007-03-031-10/+40
* add irrfilter mode.henning2007-03-031-0/+183