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
/
parser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for draft-ietf-idr-large-community
phessler
2016-10-14
1
-1
/
+84
*
Handle the blackhole well-known community in bgpctl as well (print it
sthen
2015-10-11
1
-1
/
+6
*
add "best" as an alias for "selected"
phessler
2015-10-11
1
-1
/
+2
*
these 3 files do not need sys/socket.h
deraadt
2015-10-05
1
-2
/
+1
*
parse_prefix in parse.c got changed but the declaration in bgpctl.c
phessler
2015-04-17
1
-3
/
+1
*
reduce redundant strlen calls by calling it once and saving the value
tedu
2014-11-19
1
-22
/
+25
*
missing newline on error message
deraadt
2014-01-05
1
-2
/
+2
*
Allow us to bulk add / delete routes with the same attributes. Really
phessler
2013-10-09
1
-2
/
+11
*
Implement a bgpctl nei foo destroy that will remove the specified cloned
claudio
2013-03-07
1
-1
/
+2
*
Make it possible to load mrt table dumps into bgpd. This is a debug tool but
claudio
2012-05-27
1
-1
/
+2
*
Introduce "selected" as show rib attribute to only show selected routes.
claudio
2012-03-27
1
-1
/
+2
*
Make it possible to parse MRT table dumps (all 3 formats) and display
claudio
2011-09-21
1
-9
/
+67
*
Adjustments for multiple kroute table support. This adds a few new command
claudio
2010-05-03
1
-10
/
+35
*
res.flags is not only used by the irrfilter so initializing them with
claudio
2010-03-08
1
-2
/
+1
*
Add VPNv4 to the understood address families in bgpctl.
claudio
2010-01-13
1
-4
/
+11
*
ribreq uses now a AID, use AID also on the parsing side and convert to
claudio
2010-01-10
1
-3
/
+3
*
Update code to use the new AID address ids so that this works again with
claudio
2009-12-01
1
-12
/
+6
*
Implement "log verbose" and "log brief" to enable or disable verbose debug
claudio
2009-11-02
1
-1
/
+9
*
Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you
sthen
2009-09-08
1
-2
/
+9
*
Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here.
claudio
2009-08-31
1
-2
/
+2
*
Kill copies of prefixlen2mask and inet6applymask their now in util.c
claudio
2009-06-12
1
-28
/
+1
*
bgpctl part of allowing alternate RIBs to be shown. Had to use the
claudio
2009-06-06
1
-1
/
+21
*
allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN
sthen
2009-04-23
1
-2
/
+2
*
Fix AS check in parse_community() -- well-known communities have the AS
claudio
2008-08-31
1
-3
/
+3
*
Fix minor mem leak in case parse_addr() fails.
claudio
2008-06-15
1
-2
/
+4
*
getcwd can return NULL on error, so handle that case properly.
tobias
2008-06-11
1
-2
/
+5
*
teach the command lineparser about getopt style options after commands
henning
2008-06-07
1
-7
/
+57
*
do not fallthrough
deraadt
2007-10-14
1
-1
/
+2
*
Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter
claudio
2007-05-31
1
-1
/
+3
*
parse_asnum must return 0 (no match) if word is not an as number instead
henning
2007-05-28
1
-1
/
+4
*
bgpctl needs to know about 4-byte AS numbers as well.
claudio
2007-04-23
1
-8
/
+19
*
Implement "bgpctl show neighbor <peer> terse" this will print all statistics
claudio
2007-04-06
1
-2
/
+3
*
some KNF, partially pt out by rivo nurges <rix@estpak.ee>
henning
2007-03-31
1
-4
/
+4
*
add support for bgpctl show rib community <community>
henning
2007-03-28
1
-1
/
+11
*
support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>
henning
2007-03-07
1
-1
/
+2
*
add irrfilter mode.
henning
2007-03-03
1
-1
/
+15
*
minor KNF bits here too
henning
2007-02-22
1
-4
/
+3
*
Correct function name in err() message.
claudio
2007-02-01
1
-2
/
+2
*
Switch from strtoul() to strtonum() making the code easier to read.
claudio
2007-01-31
1
-53
/
+29
*
Correctly detect missing arguments. Same diff as in ospfctl. OK henning@
claudio
2007-01-25
1
-4
/
+6
*
Extend show rib command. Following new options are added:
claudio
2006-08-23
1
-8
/
+28
*
Move the PREFIX token to the end of the list. The other tokens are more
claudio
2006-06-15
1
-2
/
+2
*
Use inet_net_pton() instead of inet_pton() so that it is possible to use
claudio
2006-06-14
1
-2
/
+2
*
change keyword for route refresh request to just refresh, discussed with
henning
2006-05-26
1
-2
/
+2
*
support requesting route refresh from a neighbor
henning
2006-05-23
1
-5
/
+6
*
Detailed RIB output including communities. Detailed output is enabled via
claudio
2006-03-22
1
-1
/
+2
*
inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitly
claudio
2006-02-09
1
-2
/
+2
*
introduce "bgpctl show summary terse", shows summary in an easy to parse
henning
2006-01-24
1
-2
/
+9
*
Show RIB statistics via "bgpctl show rib mem".
claudio
2006-01-03
1
-1
/
+2
*
Don't use fatal() and friend in bgpctl. The log system does not work here.
claudio
2006-01-03
1
-2
/
+2
[next]