summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bgpctl (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Bring in fixes in the community parsing code done in parse.y and fixclaudio2019-02-181-5/+4
* Adjust to last bgpd commit changing the MPLS VPN configuration.claudio2019-02-113-249/+268
* Allow 'neighbor descripton' to be used like neighbor group descriptionclaudio2019-01-204-18/+58
* Adjust bgpctl now that filter_extcommunity is no more.claudio2018-12-193-35/+27
* zap trailing whitespace;jmc2018-12-121-3/+3
* bgpctl can no long reuse the aspath_match function from bgpd so move theclaudio2018-12-111-6/+65
* Set the routing table when adding a networkdenis2018-12-051-4/+7
* Adjust bgpctl to handle the community changes done in bgpd.claudio2018-11-283-100/+47
* fix typosdenis2018-11-011-3/+3
* Remove extra ,claudio2018-10-311-2/+2
* Show the number of references hold by struct rde_aspath objects (which shouldclaudio2018-10-311-1/+3
* Show how much memory is used for *-sets.claudio2018-10-261-1/+8
* add filter option based on origin validation statedenis2018-10-032-3/+13
* Expose BGP Origin Validation state in bgpctl show commandsjob2018-10-012-8/+28
* Rename AS_NONE to AS_UNDEF here as well. OK compiler & grepclaudio2018-09-261-6/+6
* as_set_match() changed again, so adjust it here too.claudio2018-09-201-3/+3
* Rename struct as_set to struct irr_as_set to not conflict with bgpd.claudio2018-09-173-34/+34
* Adjust the dummy as_set_match function to new prototype after last bgpd commitclaudio2018-09-141-3/+3
* sync header line with whats actually in the output.benno2018-09-091-2/+2
* Make it clear what 'dynamically added' prefixes are.benno2018-09-091-3/+7
* When parsing AS numbers set both as_min and as_max to the parsed value.claudio2018-09-071-1/+2
* Add a dummy as_set_match() function since it is needed to link util.c now.claudio2018-09-071-1/+7
* Use getline() for the network bulk code. Also make the parser better byclaudio2018-09-061-42/+37
* Adjust after change of struct filter_as.claudio2018-09-052-6/+6
* Use past tense for treated as withdrawn since the withdraw happened in the past.claudio2018-08-301-3/+3
* Introduce 'bgpctl show rib error' to show all prefixes that got flaggedclaudio2018-08-293-9/+11
* mestre and i both concluded pledge can be tightened, "unix" handles thederaadt2018-07-291-2/+2
* First iteration of implementing full mrt dumping/printing support in bgpctl.claudio2018-07-221-40/+691
* Move functions to print link status etc. to util.c so that bgpd can use themclaudio2018-07-221-77/+1
* Print the timestamp embedded in mrt files for update and status messages.claudio2018-07-203-7/+53
* There is no need to have bgpd running when running bgpctl show mrt.claudio2018-07-201-32/+39
* explicitly link libm for sqrt()/fmax() calls added in bgpctl.c rev 1.204jsg2018-07-131-3/+3
* store and print the rdomain of the interfaces we see.benno2018-07-121-4/+5
* Print out the hash info sent by the RDE in bgpctl show rib memclaudio2018-07-111-2/+17
* Initialize the rtable in the requests send to bgpd to the currentbenno2018-07-101-1/+2
* move the top level pledge, getrtable() works with pledge stdio.benno2018-07-101-4/+4
* lenght->length, mostly in commentssthen2017-11-271-2/+2
* Ensure last character in ssv mode is a newlinejob2017-10-161-2/+2
* Add "ssv" variant which turns a rib route output into a singlederaadt2017-10-153-29/+41
* word fix; from tom smythjmc2017-09-211-3/+3
* replace memcpy() with assignements where the type is the same.benno2017-08-101-27/+22
* handle extended communities in bgpctl.benno2017-08-103-4/+268
* don't print the WELLKNOWN string for unknown well-known communitiesphessler2017-06-261-2/+2
* let admins set an unknown well-known communityphessler2017-06-261-5/+1
* add support for the "graceful shutdown" well-known community as describedphessler2017-06-262-3/+11
* Update ext community printer to the changes done in bgpd.claudio2017-05-311-13/+31
* missing .El;jmc2017-05-291-1/+2
* change section title in bgpd.conf talking about MPLS,benno2017-05-291-2/+6
* avoid Xr to self;jmc2017-05-291-2/+2
* change bgpd's control socket from /var/run/bgpd.sock tobenno2017-05-292-8/+17