summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2014-06-23The second level of the CTL_NET sysctl is a PF_*, not an AF_*Philip Guenther
2014-05-20destinct is spelled distinct.David Gwynne
2014-05-02spelling; Denis FondrasTheo de Raadt
2014-04-19Try to be clear why struct mrt_config nodes are allocated andClaudio Jeker
2014-04-13fix language/spelling in error stringBret Lambert
2014-01-24fix the matching for filter rules of 'prefixlen = XX'Peter Hessler
2014-01-23allow the somewhat special caseSebastian Benoit
2014-01-22Fix a bug where stale routes were not properly flushed on sessions announcingClaudio Jeker
2014-01-22relax the cfg file secrecy check slightly to allow group readabilityHenning Brauer
2013-11-25use u_char for buffers in yylex, for ctype callsSebastian Benoit
2013-11-13from claudioSebastian Benoit
2013-11-13Knob to set priority with which bgpd inserts routes into the kernelFlorian Obser
2013-10-30use more careful format strings to deal with various forms of AS#'sTheo de Raadt
2013-10-19Merge the prefix and prefixlen filter bits into one filter. Change theClaudio Jeker
2013-10-17Less ambiguous wording concerning control socket configuration options.Bret Lambert
2013-10-16some .Pa;Jason McIntyre
2013-09-27typo in macro name; no md5 changeStuart Henderson
2013-09-10Document that wildcards can also be used when deleting communities.Paul de Weerd
2013-08-14Rewrite the internals of the RDE reload logic.Claudio Jeker
2013-08-14no longer any need to quote macro lines with >9 args;Jason McIntyre
2013-07-17on graceful restart, the number of prefixes could be counted wrong,Sebastian Benoit
2013-07-10Change the way the RDE updates its peer list. The SE is now always sendingClaudio Jeker
2013-06-14grammar. ok jmc@Mark Lumsden
2013-05-31Unfuck BGP MPLS VPNs that got broken by the last few reload related commits.Claudio Jeker
2013-05-30When removing "dump (all|updates)" from bgpd.conf and reloading, tellFlorian Obser
2013-05-30Add partial support to bgpd for the ttl hack with ipv6. This sends the correctStuart Henderson
2013-05-22Set the correct route priority in send_rt6msg, as done for send_rtmsg.Stuart Henderson
2013-05-22whitespace nitsStuart Henderson
2013-05-20D'oh, add missing break in prefix_writebuf(). Another find by blambert@Claudio Jeker
2013-05-20Call pt_getaddr() a bit earlier so that addr.aid is available when firstClaudio Jeker
2013-05-11change mrt rib dump ReopenTimerInterval from time_t to int. IntervallsSebastian Benoit
2013-03-20less includesTheo de Raadt
2013-03-14use after free; 33% found by llvmFlorian Obser
2013-03-14correct struct in sizeof(); found by llvmFlorian Obser
2013-03-11handle ECONNABORTED errors from accept(). In many code blocks they can beTheo de Raadt
2013-03-07Implements a few missing bits for better templates support:Claudio Jeker
2013-01-17Fixup printing of rdomain configs -- add network statements and only printClaudio Jeker
2013-01-10Don't log "unknown subcode" for subcode 0 when the hold timer expires,Stuart Henderson
2013-01-09Almost exactly 10 years ago, we changed the length of PF table names toPeter Hessler
2013-01-02man page bits for "announce restart yes" defaultFlorian Obser
2012-12-01The capability parser should only return an error in extreme cases. If aClaudio Jeker
2012-11-15buf_* -> ibuf_* in various log entries to reflect correct function names.Kenneth R Westerback
2012-11-13pasto in log messageFlorian Obser
2012-11-13macro tweaking;Jason McIntyre
2012-11-13Allow filtering based on the NEXTHOP attribute. This allows to build rulesClaudio Jeker
2012-11-02Unstick bgpctl reload after reloading a bgpd.conf with errors.Florian Obser
2012-10-28Change email address in copyright to one that is valid.Claudio Jeker
2012-09-26last stage of rfc changes, using consistent Rs/Re blocks, and moving theJason McIntyre
2012-09-23Enable graceful restart by default. The only way to find out if it works forClaudio Jeker
2012-09-18Expose the local weight in the ctl_show_rib struct so bgpctl can print it.Claudio Jeker