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.h
Age
Commit message (
Expand
)
Author
2019-06-25
Remove irrfilter from bgpctl. The current code is not very useful.
Claudio Jeker
2019-06-17
Adjust and sync the code with the new struct community code from bgpd.
Claudio Jeker
2019-02-11
Adjust to last bgpd commit changing the MPLS VPN configuration.
Claudio Jeker
2019-01-20
Allow 'neighbor descripton' to be used like neighbor group description
Claudio Jeker
2018-12-19
Adjust bgpctl now that filter_extcommunity is no more.
Claudio Jeker
2018-11-28
Adjust bgpctl to handle the community changes done in bgpd.
Claudio Jeker
2018-10-01
Expose BGP Origin Validation state in bgpctl show commands
job
2017-08-10
handle extended communities in bgpctl.
Sebastian Benoit
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-04-17
parse_prefix in parse.c got changed but the declaration in bgpctl.c
Peter Hessler
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
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-01-10
ribreq uses now a AID, use AID also on the parsing side and convert to
Claudio Jeker
2009-11-02
Implement "log verbose" and "log brief" to enable or disable verbose debug
Claudio Jeker
2009-06-06
bgpctl part of allowing alternate RIBs to be shown. Had to use the
Claudio Jeker
2008-06-07
teach the command lineparser about getopt style options after commands
Henning Brauer
2007-04-06
Implement "bgpctl show neighbor <peer> terse" this will print all statistics
Claudio Jeker
2007-03-28
add support for bgpctl show rib community <community>
Henning Brauer
2007-03-03
add irrfilter mode.
Henning Brauer
2006-08-23
Extend show rib command. Following new options are added:
Claudio Jeker
2006-06-15
Shuffle some vars to make the struct ordered by size.
Claudio Jeker
2006-05-23
support requesting route refresh from a neighbor
Henning Brauer
2006-01-24
introduce "bgpctl show summary terse", shows summary in an easy to parse
Henning Brauer
2006-01-03
Show RIB statistics via "bgpctl show rib mem".
Claudio Jeker
2005-06-06
add support for a "family" token, allows to select address families
Henning Brauer
2005-05-23
Make it possible to dynamicaly add networks with attributes like communities
Claudio Jeker
2004-12-23
allow "bgpctl neighbor" to take the peer's descr as argument as well
Henning Brauer
2004-11-19
Rename struct as_filter to struct filter_as.
Claudio Jeker
2004-08-20
add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up again
Henning Brauer
2004-05-21
Make it possible to add, delete, flush and show network announcements.
Claudio Jeker
2004-03-02
show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most important
Claudio Jeker
2004-02-26
Implement "show rib" and "show rib <astype> <AS>" commands to dump the
Claudio Jeker
2004-01-21
new parser.
Henning Brauer