index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
/
irr_output.c
Age
Commit message (
Expand
)
Author
2015-11-18
err(1, "foo") -> err(1, NULL) for strdup()
mmcc
2015-10-05
these 3 files do not need sys/socket.h
Theo de Raadt
2015-04-26
for every policy we write out, flush the output so we don't get an
Peter Hessler
2015-04-25
allow us to write rules that match directly on the peer AS
Peter Hessler
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2013-11-22
unsigned char casts where needed for for ctype.h
Theo de Raadt
2013-10-27
If a constant string needs a name, use a static const array instead of a
Philip Guenther
2007-03-05
KNF
Henning Brauer
2007-03-05
unused vars, lint
Henning Brauer
2007-03-05
store a maxlen with each prefix. if that is set, this prefix covers
Henning Brauer
2007-03-05
prevent re-use of shit in pbuf from previous rules
Henning Brauer
2007-03-04
rename struct prefix -> irr_prefix
Henning Brauer
2007-03-04
store prefixes in binary format. we'll need that for aggregation.
Henning Brauer
2007-03-04
for import rules, filter by source-as too
Henning Brauer
2007-03-04
store peer AS numerically
Henning Brauer
2007-03-04
pass pointer to struct policy_item down to print_rule() instead of 3 of its
Henning Brauer
2007-03-04
fix output format. spent too much time with RPSL...
Henning Brauer
2007-03-04
fix cass where the specification does not give the router address by using
Henning Brauer
2007-03-03
write output to files instead of stdout
Henning Brauer
2007-03-03
add irrfilter mode.
Henning Brauer