Age | Commit message (Expand) | Author |
2010-01-13 | Add VPNv4 to the understood address families in bgpctl. | Claudio Jeker |
2010-01-10 | ribreq uses now a AID, use AID also on the parsing side and convert to | Claudio Jeker |
2009-12-16 | Use log_ext_subtype() instead of the homebrew version (which actually got | Claudio Jeker |
2009-12-08 | Must byte-swap extended community data before printing since it is in | Claudio Jeker |
2009-12-08 | Split out some code into own function to make the code a bit nicer. | Claudio Jeker |
2009-12-08 | Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more to | Claudio Jeker |
2009-12-01 | Update code to use the new AID address ids so that this works again with | Claudio Jeker |
2009-11-03 | sort; | Jason McIntyre |
2009-11-02 | Implement "log verbose" and "log brief" to enable or disable verbose debug | Claudio Jeker |
2009-10-23 | errx -> err since the errno is set. | Claudio Jeker |
2009-09-15 | In bgpctl sh nei, display whether a neighbour is set to use passive | Stuart Henderson |
2009-09-14 | Switch the various link state printing codes to use the new if_media | Claudio Jeker |
2009-09-08 | Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (you | Stuart Henderson |
2009-09-08 | Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support based | Claudio Jeker |
2009-08-31 | Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here. | Claudio Jeker |
2009-07-23 | Update bgpctl show next to show all necessary info. This time OK henning@ | Claudio Jeker |
2009-07-21 | sorry, but showing a diff, getting an explicit "not ok" and then committing | Henning Brauer |
2009-07-20 | Try to show a more usable nexthop output. It may still change but at least | Claudio Jeker |
2009-06-12 | Kill copies of prefixlen2mask and inet6applymask their now in util.c | Claudio Jeker |
2009-06-06 | sync bgpd/bgpctl with the common imsg code, making it lib ready as well. | Eric Faurot |
2009-06-06 | Document show rib table foo | Claudio Jeker |
2009-06-06 | bgpctl part of allowing alternate RIBs to be shown. Had to use the | Claudio Jeker |
2009-05-17 | Adjust for IMSG_CTL_SHOW_NETWORK change in the RDE. IMSG_CTL_SHOW_NETWORK is | Claudio Jeker |
2009-05-17 | Adjust show rib memory output after the monster commit to bgpd. | Claudio Jeker |
2009-04-23 | allow bgpctl and bgpd.conf to contain 32-bit ASN written in ASPLAIN | Stuart Henderson |
2009-04-14 | Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc... | Janne Johansson |
2009-02-01 | embellish the output of bgpctl(8). | Igor Sobrado |
2008-12-12 | Make bgpctl priority aware. | Claudio Jeker |
2008-12-10 | convert the aggregator's AS number into host byte order when | Stuart Henderson |
2008-12-06 | the ellipsis allows more than one argument being specified. | Igor Sobrado |
2008-08-31 | Fix AS check in parse_community() -- well-known communities have the AS | Claudio Jeker |
2008-06-15 | Fix minor mem leak in case parse_addr() fails. | Claudio Jeker |
2008-06-11 | getcwd can return NULL on error, so handle that case properly. | Tobias Stoeckmann |
2008-06-07 | repair usage, jmc | Henning Brauer |
2008-06-07 | teach the command lineparser about getopt style options after commands | Henning Brauer |
2008-02-24 | Add missing space when printing ext. communities. | Claudio Jeker |
2008-01-23 | extend bgpctl show rib detail output to include more attributes in the output. | Claudio Jeker |
2007-12-23 | send timers for bgpctlshow neighbor foo timer in seperate messages after | Henning Brauer |
2007-12-20 | rework timers. | Henning Brauer |
2007-10-15 | specifying int instead of just unsigned is better style | Theo de Raadt |
2007-10-14 | do not fallthrough | Theo de Raadt |
2007-09-11 | baudrate is 64bit now, plus print w/ %llu | Henning Brauer |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-31 | Use COMMUNITY_UNSET in bgpctl as well. This makes it possible to filter | Claudio Jeker |
2007-05-30 | bad henning | Otto Moerbeek |
2007-05-28 | on tsartup, along with saying which AS number we are building filters for, | Henning Brauer |
2007-05-28 | parse_asnum must return 0 (no match) if word is not an as number instead | Henning Brauer |
2007-05-27 | initialize pfx->pfx_maxlen too, rotting in my tree for some time | Henning Brauer |
2007-04-23 | bgpctl needs to know about 4-byte AS numbers as well. | Claudio Jeker |