summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
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
2010-04-28Allow neighbor-as in AS filter statements like:Claudio Jeker
2010-04-27imsg.h does not need sys/tree.h.Nicholas Marriott
2010-04-26Add some { } for better readability and to make the code look like theClaudio Jeker
2010-04-26Fix some memory leaks on config reload failure and move one particularClaudio Jeker
2010-04-22Including bgpd.h in mrt.h is dumb.Claudio Jeker
2010-04-22Depending on capa.neg.as4byte (bgp session is using 4-byte AS numberClaudio Jeker
2010-04-22Correct the BGP4MP subtypes according to draft-ietf-grow-mrt-11.Claudio Jeker
2010-04-20prefix_unlink() must remove the rib entry. Currently this was only doneClaudio Jeker
2010-04-16Memory allocated with calloc() is initialized to zero, no need to do thatClaudio Jeker
2010-04-13Instead of passing AF specific struct kroutes over imsgs use a structClaudio Jeker
2010-04-07Remove XXX comment and just close received fd if calloc() fails.Nicholas Marriott
2010-04-07Call nexthop_delete() a bit later in nexthop_update(). The nh->state needsClaudio Jeker
2010-04-06Switch to a more address family independent nexthop imsg. Instead of passingClaudio Jeker
2010-03-31network static and network connected have been superseded by network inetClaudio Jeker
2010-03-30Hmpf, aid2af() leftover from the time I did the transition that should notClaudio Jeker
2010-03-29I'm going to need community_ext_conv() outside of rde_attr.c soon, so moveClaudio Jeker
2010-03-29Since we always reload the config now there is no need to allocate theClaudio Jeker