index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
bgpctl
/
irr_output.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove irrfilter from bgpctl. The current code is not very useful.
claudio
2019-06-25
1
-246
/
+0
*
Rename struct as_set to struct irr_as_set to not conflict with bgpd.
claudio
2018-09-17
1
-2
/
+2
*
err(1, "foo") -> err(1, NULL) for strdup()
mmcc
2015-11-18
1
-2
/
+2
*
these 3 files do not need sys/socket.h
deraadt
2015-10-05
1
-2
/
+1
*
for every policy we write out, flush the output so we don't get an
phessler
2015-04-26
1
-1
/
+2
*
allow us to write rules that match directly on the peer AS
phessler
2015-04-25
1
-3
/
+6
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+1
*
unsigned char casts where needed for for ctype.h
deraadt
2013-11-22
1
-2
/
+2
*
If a constant string needs a name, use a static const array instead of a
guenther
2013-10-27
1
-3
/
+3
*
KNF
henning
2007-03-05
1
-3
/
+3
*
unused vars, lint
henning
2007-03-05
1
-3
/
+2
*
store a maxlen with each prefix. if that is set, this prefix covers
henning
2007-03-05
1
-2
/
+9
*
prevent re-use of shit in pbuf from previous rules
henning
2007-03-05
1
-1
/
+2
*
rename struct prefix -> irr_prefix
henning
2007-03-04
1
-3
/
+3
*
store prefixes in binary format. we'll need that for aggregation.
henning
2007-03-04
1
-12
/
+26
*
for import rules, filter by source-as too
henning
2007-03-04
1
-11
/
+24
*
store peer AS numerically
henning
2007-03-04
1
-3
/
+2
*
pass pointer to struct policy_item down to print_rule() instead of 3 of its
henning
2007-03-04
1
-12
/
+10
*
fix output format. spent too much time with RPSL...
henning
2007-03-04
1
-5
/
+5
*
fix cass where the specification does not give the router address by using
henning
2007-03-04
1
-2
/
+2
*
write output to files instead of stdout
henning
2007-03-03
1
-10
/
+40
*
add irrfilter mode.
henning
2007-03-03
1
-0
/
+183