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_parser.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
-423
/
+0
*
Instead of a (ulong) case just use %zu in printf and remove the cast.
claudio
2019-04-10
1
-2
/
+2
*
some people are capitalizing keywords, so ignore case when we test the tokens
phessler
2015-04-25
1
-9
/
+9
*
handle an IRR record of "export ... action X" the same way we handle
phessler
2015-04-25
1
-1
/
+3
*
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
2015-01-16
1
-2
/
+2
*
unsigned char casts where needed for for ctype.h
deraadt
2013-11-22
1
-2
/
+2
*
strip trailing \r from rpsl route: lines for irrfilter, they have been seen
sthen
2012-06-30
1
-3
/
+4
*
Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support based
claudio
2009-09-08
1
-3
/
+5
*
RPSL spec says route: is single-valued... nontheless, in the APNIC db:
henning
2007-03-05
1
-6
/
+12
*
need to eat whitespace at both ends of val
henning
2007-03-05
1
-8
/
+6
*
KNF
henning
2007-03-05
1
-8
/
+9
*
store peer AS numerically
henning
2007-03-04
1
-4
/
+15
*
fix cass where the specification does not give the router address by using
henning
2007-03-04
1
-2
/
+2
*
ran into an asset which has dangling , at eol in the member spec, leading
henning
2007-03-04
1
-2
/
+3
*
make parse_response (and thus whois) return 0 for no object found, and n+1
henning
2007-03-03
1
-2
/
+8
*
add irrfilter mode.
henning
2007-03-03
1
-0
/
+395