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_prefix.c
Age
Commit message (
Expand
)
Author
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-08
Use reallocarray() throughout to spot multiplicative int overflow.
Theo de Raadt
2010-05-10
Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->
Kenneth R Westerback
2009-09-08
Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you
Stuart Henderson
2009-09-08
Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support based
Claudio Jeker
2007-05-27
initialize pfx->pfx_maxlen too, rotting in my tree for some time
Henning Brauer
2007-03-06
prepare, but leave disabled, verbose operation so that you can see what is
Henning Brauer
2007-03-06
another completely bogus route entry, this time openface in their own RR:
Henning Brauer
2007-03-05
better diagnostics on inet_net_pton failing
Henning Brauer
2007-03-05
gremlins keep putting tiny KNF violations in my code in the hope I don't
Henning Brauer
2007-03-05
better error msg
Henning Brauer
2007-03-05
loop over the list calling prefix_aggregate until nothing can be aggregated
Henning Brauer
2007-03-05
lint happiness
Henning Brauer
2007-03-05
in prefix_aggregate(), when we look at two neighbor prefixes, see wether
Henning Brauer
2007-03-05
do the prefix masking in network byte order
Henning Brauer
2007-03-05
sort out more specifics and mark the less specific covering them in a way
Henning Brauer
2007-03-04
correct include order
Theo de Raadt
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-03
add irrfilter mode.
Henning Brauer