summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/parser.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')deraadt2020-05-101-2/+2
* Remove irrfilter from bgpctl. The current code is not very useful.claudio2019-06-251-3/+1
* Adjust and sync the code with the new struct community code from bgpd.claudio2019-06-171-2/+2
* Adjust to last bgpd commit changing the MPLS VPN configuration.claudio2019-02-111-1/+3
* Allow 'neighbor descripton' to be used like neighbor group descriptionclaudio2019-01-201-1/+2
* Adjust bgpctl now that filter_extcommunity is no more.claudio2018-12-191-2/+1
* Adjust bgpctl to handle the community changes done in bgpd.claudio2018-11-281-2/+1
* Expose BGP Origin Validation state in bgpctl show commandsjob2018-10-011-1/+2
* handle extended communities in bgpctl.benno2017-08-101-1/+2
* Add support for draft-ietf-idr-shutdownphessler2017-01-131-1/+2
* Add support for draft-ietf-idr-large-communityphessler2016-10-141-1/+2
* parse_prefix in parse.c got changed but the declaration in bgpctl.cphessler2015-04-171-1/+3
* Allow us to bulk add / delete routes with the same attributes. Reallyphessler2013-10-091-2/+4
* Implement a bgpctl nei foo destroy that will remove the specified clonedclaudio2013-03-071-1/+2
* Make it possible to load mrt table dumps into bgpd. This is a debug tool butclaudio2012-05-271-1/+2
* Make it possible to parse MRT table dumps (all 3 formats) and displayclaudio2011-09-211-1/+3
* Adjustments for multiple kroute table support. This adds a few new commandclaudio2010-05-031-2/+4
* ribreq uses now a AID, use AID also on the parsing side and convert toclaudio2010-01-101-2/+2
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+3
* bgpctl part of allowing alternate RIBs to be shown. Had to use theclaudio2009-06-061-1/+2
* teach the command lineparser about getopt style options after commandshenning2008-06-071-10/+12
* Implement "bgpctl show neighbor <peer> terse" this will print all statisticsclaudio2007-04-061-1/+2
* add support for bgpctl show rib community <community>henning2007-03-281-1/+2
* add irrfilter mode.henning2007-03-031-2/+3
* Extend show rib command. Following new options are added:claudio2006-08-231-1/+2
* Shuffle some vars to make the struct ordered by size.claudio2006-06-151-3/+3
* support requesting route refresh from a neighborhenning2006-05-231-1/+2
* introduce "bgpctl show summary terse", shows summary in an easy to parsehenning2006-01-241-1/+2
* Show RIB statistics via "bgpctl show rib mem".claudio2006-01-031-1/+2
* add support for a "family" token, allows to select address familieshenning2005-06-061-1/+2
* Make it possible to dynamicaly add networks with attributes like communitiesclaudio2005-05-231-1/+2
* allow "bgpctl neighbor" to take the peer's descr as argument as wellhenning2004-12-231-3/+4
* Rename struct as_filter to struct filter_as.claudio2004-11-191-2/+2
* add support for "bgpctl neighbor 1.2.3.4 clear", takes session down & up againhenning2004-08-201-1/+2
* Make it possible to add, delete, flush and show network announcements.claudio2004-05-211-2/+6
* show rib A.B.C.D and show rib A.B.C.D/N [all] support. Now the most importantclaudio2004-03-021-1/+2
* Implement "show rib" and "show rib <astype> <AS>" commands to dump theclaudio2004-02-261-1/+3
* new parser.henning2004-01-211-0/+47