summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused token BULK and for PREFIX and ADDRESS the table value is alwaysclaudio2020-05-121-14/+2
* Add support for VPNv6 in the family keyword of show ribclaudio2020-05-111-2/+8
* In bgpctl argument parser, re-arrange 'reason' parsing ('nei action [reason]')deraadt2020-05-106-42/+47
* Using int64_t together with printf %llu is not portable. Either add aclaudio2020-05-042-4/+4
* Correctly name max_out_prefix and don't clobber the max_prefix value.claudio2020-05-031-2/+4
* Minimal documentation of JSON output.claudio2020-05-021-3/+5
* Add support to output data in JSON. This is still work in progress andclaudio2020-05-026-6/+1218
* Adjust fmt_attr() to pass in -1 for flags to tell it you don't careclaudio2020-05-022-5/+4
* Indirect the output functions through function pointers so that theyclaudio2020-05-023-47/+82
* Cleanup the output functions a bit. show_neighbor_full() should print someclaudio2020-05-021-48/+73
* Reshuffle code more to separate out the output functions into output.c.claudio2020-03-203-612/+621
* Extend 'bgpctl show neighbor' to include the received and sent prefixclaudio2020-01-242-3/+13
* delete wasteful ;;deraadt2020-01-221-4/+4
* Report sent or received errors (normally not both at the same time).claudio2020-01-211-3/+7
* Update get_errstr() to report errors like log_notification() in bgpd.claudio2020-01-211-14/+46
* when parsing ASN, don't \0-split the original string, as it may be neededderaadt2020-01-161-5/+7
* Adjust time printing to the changes done in bgpd. Most timestamps areclaudio2020-01-093-17/+26
* Rename print_timer() to show_timer() and move it to output.cclaudio2019-12-313-15/+15
* Split out show functions into a new file called output.cclaudio2019-12-204-533/+577
* Shuffle the fmt_timeframe functions and change fmt_timeframe() to avoidclaudio2019-12-201-24/+28
* Change show_mrt_dump() to call show_rib() instead of the internalclaudio2019-12-201-4/+7
* Change the way individual show functions are called. Up until now an imsgclaudio2019-12-191-551/+398
* Remove some more show_*_head() functions. Compiler agrees.claudio2019-12-131-54/+1
* Remove show_rib_summary_head() it is no longer used.claudio2019-12-131-13/+1
* First step of refactoring the output processing of bgpctl. Moveclaudio2019-12-131-118/+175
* Adjust after changing the struct ctl_show_rib (removal of aspath_len)claudio2019-11-271-15/+20
* The size limit of the shutdown reason was relaxed to 255 characters butclaudio2019-10-191-8/+2
* Implement 'bgpctl show rib 8.8.8.8 or-shorter' to show all routes coveringclaudio2019-09-273-14/+36
* also show peer AS and description in "bgpctl sh nei group XXX terse" outputsthen2019-09-252-7/+9
* add the neighbour's address, to disambiguate peers in the output fromsthen2019-09-242-6/+22
* Add a comment why network_bulk() is not using send_filterset(). Usingclaudio2019-08-051-1/+5
* Add a default case to subtype switch in the table v2 parser.claudio2019-07-031-1/+3
* Remove unneccessary type castclaudio2019-07-031-2/+2
* The bgpctl parser can not handle neighbor and neighbors at the same time.claudio2019-06-282-5/+5
* Implement the bits and pieces that are needed to dump MRT_DUMP_V2_RIB_GENERICclaudio2019-06-281-109/+120
* Remove irrfilter from bgpctl. The current code is not very useful.claudio2019-06-2512-1681/+7
* Cleanup some spaces here as well. Again no binary change.claudio2019-06-173-18/+18
* Adjust and sync the code with the new struct community code from bgpd.claudio2019-06-173-142/+266
* similar to note recently added to bgpd.conf(5), mention in docs forsthen2019-05-311-2/+9
* Implement bgpctl show mrt neighbors, a command to print the neighbor tableclaudio2019-05-233-6/+35
* make "bgpctl sh rib detail *out*" look less confusingbenno2019-05-141-2/+2
* missing breakjsg2019-05-031-1/+2
* Adjust the MRT notification parser similar to bgpd to support extendedclaudio2019-04-251-7/+7
* Instead of a (ulong) case just use %zu in printf and remove the cast.claudio2019-04-101-2/+2
* Include endian.h since htobe* or be*toh is used. Helps with protable.claudio2019-04-101-1/+2
* Adjust to the last bgpd change. sa2addr gets an extra agrument andclaudio2019-02-272-24/+9
* Use struct bgpd_addr instead of a union of sockaddrs to store addressesclaudio2019-02-253-157/+117
* type is not used here. Still keep a comment around to keep the codeclaudio2019-02-211-3/+3
* Adjust bgpctl to the new ctl_show_interface struct that is sent instead ofclaudio2019-02-211-32/+20
* Switch betoh64 to the posix be64toh also remove some casts since we nowclaudio2019-02-191-20/+20