summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for draft-ietf-idr-large-communityphessler2016-10-141-1/+84
* Handle the blackhole well-known community in bgpctl as well (print itsthen2015-10-111-1/+6
* add "best" as an alias for "selected"phessler2015-10-111-1/+2
* these 3 files do not need sys/socket.hderaadt2015-10-051-2/+1
* parse_prefix in parse.c got changed but the declaration in bgpctl.cphessler2015-04-171-3/+1
* reduce redundant strlen calls by calling it once and saving the valuetedu2014-11-191-22/+25
* missing newline on error messagederaadt2014-01-051-2/+2
* Allow us to bulk add / delete routes with the same attributes. Reallyphessler2013-10-091-2/+11
* 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
* Introduce "selected" as show rib attribute to only show selected routes.claudio2012-03-271-1/+2
* Make it possible to parse MRT table dumps (all 3 formats) and displayclaudio2011-09-211-9/+67
* Adjustments for multiple kroute table support. This adds a few new commandclaudio2010-05-031-10/+35
* res.flags is not only used by the irrfilter so initializing them withclaudio2010-03-081-2/+1
* Add VPNv4 to the understood address families in bgpctl.claudio2010-01-131-4/+11
* ribreq uses now a AID, use AID also on the parsing side and convert toclaudio2010-01-101-3/+3
* Update code to use the new AID address ids so that this works again withclaudio2009-12-011-12/+6
* Implement "log verbose" and "log brief" to enable or disable verbose debugclaudio2009-11-021-1/+9
* Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (yousthen2009-09-081-2/+9
* Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here.claudio2009-08-311-2/+2
* Kill copies of prefixlen2mask and inet6applymask their now in util.cclaudio2009-06-121-28/+1
* bgpctl part of allowing alternate RIBs to be shown. Had to use theclaudio2009-06-061-1/+21
* allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAINsthen2009-04-231-2/+2
* Fix AS check in parse_community() -- well-known communities have the ASclaudio2008-08-311-3/+3
* Fix minor mem leak in case parse_addr() fails.claudio2008-06-151-2/+4
* getcwd can return NULL on error, so handle that case properly.tobias2008-06-111-2/+5
* teach the command lineparser about getopt style options after commandshenning2008-06-071-7/+57
* do not fallthroughderaadt2007-10-141-1/+2
* Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filterclaudio2007-05-311-1/+3
* parse_asnum must return 0 (no match) if word is not an as number insteadhenning2007-05-281-1/+4
* bgpctl needs to know about 4-byte AS numbers as well.claudio2007-04-231-8/+19
* Implement "bgpctl show neighbor <peer> terse" this will print all statisticsclaudio2007-04-061-2/+3
* some KNF, partially pt out by rivo nurges <rix@estpak.ee>henning2007-03-311-4/+4
* add support for bgpctl show rib community <community>henning2007-03-281-1/+11
* support "bgpctl show rib peer-as NN", From: Armin Wolfermann <aw@osn.de>henning2007-03-071-1/+2
* add irrfilter mode.henning2007-03-031-1/+15
* minor KNF bits here toohenning2007-02-221-4/+3
* Correct function name in err() message.claudio2007-02-011-2/+2
* Switch from strtoul() to strtonum() making the code easier to read.claudio2007-01-311-53/+29
* Correctly detect missing arguments. Same diff as in ospfctl. OK henning@claudio2007-01-251-4/+6
* Extend show rib command. Following new options are added:claudio2006-08-231-8/+28
* Move the PREFIX token to the end of the list. The other tokens are moreclaudio2006-06-151-2/+2
* Use inet_net_pton() instead of inet_pton() so that it is possible to useclaudio2006-06-141-2/+2
* change keyword for route refresh request to just refresh, discussed withhenning2006-05-261-2/+2
* support requesting route refresh from a neighborhenning2006-05-231-5/+6
* Detailed RIB output including communities. Detailed output is enabled viaclaudio2006-03-221-1/+2
* inet_pton() may return 1, 0 or -1. Only 1 is success so check explicitlyclaudio2006-02-091-2/+2
* introduce "bgpctl show summary terse", shows summary in an easy to parsehenning2006-01-241-2/+9
* Show RIB statistics via "bgpctl show rib mem".claudio2006-01-031-1/+2
* Don't use fatal() and friend in bgpctl. The log system does not work here.claudio2006-01-031-2/+2