summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl
AgeCommit message (Expand)Author
2013-08-18Fix calls to printf-like functions which passed a non-fixed stringPhilip Guenther
2013-05-07fix some leaks in error pathsJonathan Gray
2013-04-09do not store a time_t or the result of a time_t division in an intGilles Chehade
2013-03-07Implement a bgpctl nei foo destroy that will remove the specified clonedClaudio Jeker
2012-11-27Fix type typoPhilip Guenthe
2012-11-15If max-prefix/restart are used, display the values in "bgpctl sh nei" output.Stuart Henderson
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-18Print the wieght in the show rib detail output. OK sthen@, henning@Claudio Jeker
2012-09-12bgpctl bits for the GR support added to bgpd.Claudio Jeker
2012-06-30strip trailing \r from rpsl route: lines for irrfilter, they have been seenStuart Henderson
2012-05-27tweak previous;Jason McIntyre
2012-05-27Document network mrt file [ filter] used to load mrt dumps into bgpd.Claudio Jeker
2012-05-27Make it possible to load mrt table dumps into bgpd. This is a debug tool butClaudio Jeker
2012-03-27Introduce "selected" as show rib attribute to only show selected routes.Claudio Jeker
2012-03-26Add a function to extract an address instead of copying the same code overClaudio Jeker
2012-03-06Implement a better way to detect the encoding of the MP_REACH_NLRI attr.Claudio Jeker
2011-09-26tweak previous; ok claudioJason McIntyre
2011-09-21Try to document the show mrt command. While there order the filtersClaudio Jeker
2011-09-21Make it possible to parse MRT table dumps (all 3 formats) and displayClaudio Jeker
2011-09-21Unbreak the tree. I forgot to add a fatalx() stub to bgpctl.Claudio Jeker
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2010-05-26Rename some imsg bits to make namespace collisions less likely buf toNicholas Marriott
2010-05-10Simplify wording about abbreviating commands. ok claudioStuart Henderson
2010-05-10Various comment typos. 'wether' -> 'whether' (most popular), 'possiblity' ->Kenneth R Westerback
2010-05-03Adjustments for multiple kroute table support. This adds a few new commandClaudio Jeker
2010-04-13Sync with last bgpd commit, there are no AF_INET and AF_INET6 specificClaudio Jeker
2010-03-08res.flags is not only used by the irrfilter so initializing them withClaudio Jeker
2010-02-11Force a space between address and nexthop. IPv6 is overflowing all sizeClaudio Jeker
2010-01-13Add VPNv4 to the understood address families in bgpctl.Claudio Jeker
2010-01-10ribreq uses now a AID, use AID also on the parsing side and convert toClaudio Jeker
2009-12-16Use log_ext_subtype() instead of the homebrew version (which actually gotClaudio Jeker
2009-12-08Must byte-swap extended community data before printing since it is inClaudio Jeker
2009-12-08Split out some code into own function to make the code a bit nicer.Claudio Jeker
2009-12-08Big AID change part 2 bgpctl part. Cope with the changes in bgpd, more toClaudio Jeker
2009-12-01Update code to use the new AID address ids so that this works again withClaudio Jeker
2009-11-03sort;Jason McIntyre
2009-11-02Implement "log verbose" and "log brief" to enable or disable verbose debugClaudio Jeker
2009-10-23errx -> err since the errno is set.Claudio Jeker
2009-09-15In bgpctl sh nei, display whether a neighbour is set to use passiveStuart Henderson
2009-09-14Switch the various link state printing codes to use the new if_mediaClaudio Jeker
2009-09-08Add -4 and -6 flags to irrfilter mode, allowing you to only fetch (youStuart Henderson
2009-09-08Update irrfilter to support IPv6 and 4-byte AS numbers. IPv6 support basedClaudio Jeker
2009-08-31Just use UINT_MAX as the maximum 4-byte AS number. It is good enough here.Claudio Jeker
2009-07-23Update bgpctl show next to show all necessary info. This time OK henning@Claudio Jeker
2009-07-21sorry, but showing a diff, getting an explicit "not ok" and then committingHenning Brauer
2009-07-20Try to show a more usable nexthop output. It may still change but at leastClaudio Jeker
2009-06-12Kill copies of prefixlen2mask and inet6applymask their now in util.cClaudio Jeker
2009-06-06sync bgpd/bgpctl with the common imsg code, making it lib ready as well.Eric Faurot
2009-06-06Document show rib table fooClaudio Jeker