summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2011-05-05ibuf_add returns 0 or -1. adding up the return values in errs and thenHenning Brauer
2011-05-01On reload the filtersets attached to a network need to be moved to theClaudio Jeker
2011-05-01Free cname and rcname on exit. Found by Milosz JakubowskiClaudio Jeker
2011-04-30no need to escape |, pointed out by jmc@Stuart Henderson
2011-03-07continguous -> contiguousHenning Brauer
2011-02-15Use log_as() to print the offending neighbor-as instead of printing itClaudio Jeker
2011-01-29improve error msg when enforce-neighbor-as is on and the path doesn'tHenning Brauer
2011-01-27change a logged error from 'enforce remote-as' to the correctStuart Henderson
2011-01-14plug memleak in err path; from zinovik, ok claudioHenning Brauer
2010-12-31Add missing #includes instead of assuming that some system header pulls inPhilip Guenthe
2010-12-23Increase the DATA limit in the RDE to the max value and do the sameClaudio Jeker
2010-12-09The PF_KEY socket is like the routing socket. It must be polled all theClaudio Jeker
2010-11-30Do what the comment actually says. Ignore the full attribute not only theClaudio Jeker
2010-11-29Deny prefixes that have F_ATTR_PARSE_ERR set by default. Now theyClaudio Jeker
2010-11-24fix spelling in an error messageStuart Henderson
2010-11-18Log sent notification messages as well having them in the log mayClaudio Jeker
2010-11-18Accept but ignore (treat as withdraw) updates with AS_CONFED_* pathClaudio Jeker
2010-11-10Make sure that the initial configuration of the child is zeroed outClaudio Jeker
2010-10-29malloc -> calloc for ctl_connHenning Brauer
2010-10-24spacing and irrelevant glitches which disrupt lintTheo de Raadt
2010-10-24the subtype should be printed unsigned; ok claudioTheo de Raadt
2010-10-23Reorder the wording where we talk about tagging kernel route table prefixes,Stuart Henderson
2010-10-22Free attributes that just got allocated beforehands and do not hold anyClaudio Jeker
2010-10-15Add the FSM suberrors specified in draft-ietf-idr-fsm-subcode. ThisClaudio Jeker
2010-10-15Add a few more wanrings to the UPDATE parser. Mainly to warn whenClaudio Jeker
2010-10-13'socket "path" [restricted]' needs quotes around path; make it clearStuart Henderson
2010-10-11bgpd needs to see all routing messages so set the ROUTE_TABLEFILTER toClaudio Jeker
2010-09-30Only 6 elements of mib are used so do allocate 6 not 7.Claudio Jeker
2010-09-02remove trailing spaces and tabs from source code; no binary changesIgor Sobrado
2010-08-06Correct a problem which could cause the wrong af to be displayed.Jonathan Gray
2010-08-03fix linecount bug with comments spanning multiple linesHenning Brauer
2010-07-14Fix a mrt fd leak by moving the block which closes finished dumps.Claudio Jeker
2010-07-12Merge duplicate log messages into one log_warn().Alexander Bluhm
2010-06-28remove -r and -s from usage, these options were dropped on a previousIgor Sobrado
2010-06-27right way round for macros;Jason McIntyre
2010-06-27Instead of specifying the control sockets on the command line have themClaudio Jeker
2010-06-04It is actually possible to dump IPv6 tables with "dump table" and notClaudio Jeker
2010-06-03Instead of doing a poor mans offsetof() implementation change the codeClaudio Jeker
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-24now that we can handle >9 args, put "-D name=value" on one line: it's a bitJason McIntyre
2010-05-19When installing MPLS VPN routes set the RTF_MPLS bit since those routesClaudio Jeker
2010-05-19Add softreconfig support for peers changing the RIB. Done by first unloadingClaudio Jeker
2010-05-18Be more careful in ktable_update() and ktable_new() and the fib sync flag.Claudio Jeker
2010-05-17tweak previous;Jason McIntyre
2010-05-17Implement two new filters, max-as-len and max-as-seq. The first is limitingClaudio Jeker
2010-05-17Last bits of MPLS VPN support. Hook kernel routing tables and RIB together.Claudio Jeker
2010-05-04Assuming that a prefixlen 32 is a host route is not clever when IPv6 comesClaudio Jeker
2010-05-04Add some documentation about the last change (nexthop verification andClaudio Jeker
2010-05-03Make it possible to load multiple routing tables at the same time and useClaudio Jeker