summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/irr_output.c
AgeCommit message (Expand)Author
2015-11-18err(1, "foo") -> err(1, NULL) for strdup()mmcc
2015-10-05these 3 files do not need sys/socket.hTheo de Raadt
2015-04-26for every policy we write out, flush the output so we don't get anPeter Hessler
2015-04-25allow us to write rules that match directly on the peer ASPeter 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
2013-10-27If a constant string needs a name, use a static const array instead of aPhilip Guenther
2007-03-05KNFHenning Brauer
2007-03-05unused vars, lintHenning Brauer
2007-03-05store a maxlen with each prefix. if that is set, this prefix coversHenning Brauer
2007-03-05prevent re-use of shit in pbuf from previous rulesHenning Brauer
2007-03-04rename struct prefix -> irr_prefixHenning Brauer
2007-03-04store prefixes in binary format. we'll need that for aggregation.Henning Brauer
2007-03-04for import rules, filter by source-as tooHenning Brauer
2007-03-04store peer AS numericallyHenning Brauer
2007-03-04pass pointer to struct policy_item down to print_rule() instead of 3 of itsHenning Brauer
2007-03-04fix output format. spent too much time with RPSL...Henning Brauer
2007-03-04fix cass where the specification does not give the router address by usingHenning Brauer
2007-03-03write output to files instead of stdoutHenning Brauer
2007-03-03add irrfilter mode.Henning Brauer