summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2004-04-25sizeof(op_len) when dealing with op_len, not sizeof(op_type) - same sizeHenning Brauer
2004-04-25spacesHenning Brauer
2004-04-25if remote-as was not configured, inherit the AS from the neighbors openHenning Brauer
2004-04-25reserve upper half of the (internal) ID space for cloned neighbors, claudio okHenning Brauer
2004-04-25fix check wether local-address and neighbor are of same address family -Henning Brauer
2004-04-25Remove the no longer needed configure stuff in RDE. The peer list needs noClaudio Jeker
2004-04-25do not kill cloned neighbors on reload, claudio okHenning Brauer
2004-04-25add "neighbor cloning", allowing you to specify a prefix and prefixlengthHenning Brauer
2004-04-25missing return; noticed by Joris Vink <amni@pandora.be> but I fixed inHenning Brauer
2004-04-25&d and %d have different meanings in format strings, yeahHenning Brauer
2004-04-25unbreak log_conn_attempt, bah crap crap crap crap crap crap crap crap crapHenning Brauer
2004-04-24make failure in setting up the listeners non-fatal. should make bgpd workHenning Brauer
2004-04-24some rather boring windows talk at cansecwest made me hack initial supportHenning Brauer
2004-04-16let getpeerbyip work for both v4 and v6Henning Brauer
2004-04-16use getpeerbyaddr() instead of using the v4 part of the af independentHenning Brauer
2004-04-16make log_conn_attempt work in an address family independent matterHenning Brauer
2004-04-13parse the BGP Multiprotocol Extensions (RFC 2858) capabilities and store inHenning Brauer
2004-04-10move the API_* and SAFI_* defines to where they belongHenning Brauer
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-04-02spelinkHenning Brauer
2004-03-31it is no longer required to have local-address set with tcp md5sig,Henning Brauer
2004-03-31allow empty (wildcard) sockaddr for src or dstHenning Brauer
2004-03-20comment spelling fixes; ok henning@David Krause
2004-03-19Fix memory leak in error path. Found by Patrick Latifi. OK henning@Claudio Jeker
2004-03-18when we are in state CONNECT, i. e. we have a half-open tcp connectionHenning Brauer
2004-03-17consistencyHenning Brauer
2004-03-17remove getpeereid() call so that those who have write access to the socketHenning Brauer
2004-03-17Add missing space for sets in network statements.Claudio Jeker
2004-03-16tcp md5sig requires that local-address is specified as well for now, soHenning Brauer
2004-03-16delay creating the control socket until after forking, but before chrootHenning Brauer
2004-03-15use switch instead of if { } else if { } else { }Henning Brauer
2004-03-15properly check chdir success after chroot() and tweak err msgs a little,Henning Brauer
2004-03-12*size is a u_int16_t not a pointer so use 0 instead of NULL.Claudio Jeker
2004-03-12bgpctl has a empty-as keyword so make this actually work. Handle AS_EMPTYClaudio Jeker
2004-03-12I modified the print format for AS_SET so keep the aspath_strlen() functionClaudio Jeker
2004-03-12print that capabilities stuffHenning Brauer
2004-03-12tweak err reportingHenning Brauer
2004-03-12tweakHenning Brauer
2004-03-12not debugging any moreHenning Brauer
2004-03-12tab at EOLClaudio Jeker
2004-03-12Update man page to reflect reality. Added filtering section and some newClaudio Jeker
2004-03-12fix the "wait for child processes to terminate" code, and move it down a bitHenning Brauer
2004-03-12Rewrite community_match() for loop. yaya henning@Claudio Jeker
2004-03-11There is no cnumber token in the parser so don't define a type for it.Claudio Jeker
2004-03-11yes, the keyword table has to be sorted ;-)Henning Brauer
2004-03-11KNFHenning Brauer
2004-03-11Add basic support for communities. Currently it is only possible to filterClaudio Jeker
2004-03-11Ensure that aspath_snprint() returns a zero terminated string also if theClaudio Jeker
2004-03-11Shutdown the RDE cleanly on exit. Plug some memleaks. OK henning@Claudio Jeker
2004-03-11Free unneeded mrt lists in SE and on exit. OK henning@Claudio Jeker