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
/
parser.c
Age
Commit message (
Expand
)
Author
2018-07-10
Initialize the rtable in the requests send to bgpd to the current
Sebastian Benoit
2017-10-15
Add "ssv" variant which turns a rib route output into a single
Theo de Raadt
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
2017-06-26
let admins set an unknown well-known community
Peter Hessler
2017-06-26
add support for the "graceful shutdown" well-known community as described
Peter Hessler
2017-02-14
fix a crash when parsing large community given on the command line
Sebastian Benoit
2017-02-13
draft-ietf-idr-shutdown extends to support a message on either of
Peter Hessler
2017-01-13
Add support for draft-ietf-idr-shutdown
Peter Hessler
2016-10-14
Add support for draft-ietf-idr-large-community
Peter Hessler
2015-10-11
Handle the blackhole well-known community in bgpctl as well (print it
Stuart Henderson
2015-10-11
add "best" as an alias for "selected"
Peter Hessler
2015-10-05
these 3 files do not need sys/socket.h
Theo de Raadt
2015-04-17
parse_prefix in parse.c got changed but the declaration in bgpctl.c
Peter Hessler
2014-11-19
reduce redundant strlen calls by calling it once and saving the value
Ted Unangst
2014-01-05
missing newline on error message
Theo de Raadt
2013-10-09
Allow us to bulk add / delete routes with the same attributes. Really
Peter Hessler
2013-03-07
Implement a bgpctl nei foo destroy that will remove the specified cloned
Claudio Jeker
2012-05-27
Make it possible to load mrt table dumps into bgpd. This is a debug tool but
Claudio Jeker
2012-03-27
Introduce "selected" as show rib attribute to only show selected routes.
Claudio Jeker
2011-09-21
Make it possible to parse MRT table dumps (all 3 formats) and display
Claudio Jeker
2010-05-03
Adjustments for multiple kroute table support. This adds a few new command
Claudio Jeker
2010-03-08
res.flags is not only used by the irrfilter so initializing them with
Claudio Jeker
2010-01-13
Add VPNv4 to the understood address families in bgpctl.
Claudio Jeker
2010-01-10
ribreq uses now a AID, use AID also on the parsing side and convert to
Claudio Jeker
2009-12-01
Update code to use the new AID address ids so that this works again with
Claudio Jeker
2009-11-02
Implement "log verbose" and "log brief" to enable or disable verbose debug
Claudio Jeker
2009-09-08
Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you
Stuart Henderson
2009-08-31
Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here.
Claudio Jeker
2009-06-12
Kill copies of prefixlen2mask and inet6applymask their now in util.c
Claudio Jeker
2009-06-06
bgpctl part of allowing alternate RIBs to be shown. Had to use the
Claudio Jeker
2009-04-23
allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN
Stuart Henderson
2008-08-31
Fix AS check in parse_community() -- well-known communities have the AS
Claudio Jeker
2008-06-15
Fix minor mem leak in case parse_addr() fails.
Claudio Jeker
2008-06-11
getcwd can return NULL on error, so handle that case properly.
Tobias Stoeckmann
2008-06-07
teach the command lineparser about getopt style options after commands
Henning Brauer
2007-10-14
do not fallthrough
Theo de Raadt
2007-05-31
Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter
Claudio Jeker
2007-05-28
parse_asnum must return 0 (no match) if word is not an as number instead
Henning Brauer
2007-04-23
bgpctl needs to know about 4-byte AS numbers as well.
Claudio Jeker
2007-04-06
Implement "bgpctl show neighbor <peer> terse" this will print all statistics
Claudio Jeker
2007-03-31
some KNF, partially pt out by rivo nurges <rix@estpak.ee>
Henning Brauer
2007-03-28
add support for bgpctl show rib community <community>
Henning Brauer
2007-03-07
support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>
Henning Brauer
2007-03-03
add irrfilter mode.
Henning Brauer
2007-02-22
minor KNF bits here too
Henning Brauer
2007-02-01
Correct function name in err() message.
Claudio Jeker
2007-01-31
Switch from strtoul() to strtonum() making the code easier to read.
Claudio Jeker
2007-01-25
Correctly detect missing arguments. Same diff as in ospfctl. OK henning@
Claudio Jeker
2006-08-23
Extend show rib command. Following new options are added:
Claudio Jeker
2006-06-15
Move the PREFIX token to the end of the list. The other tokens are more
Claudio Jeker
[next]