summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2004-04-27do the errno ERANGE dance around a strtol; henning okTheo de Raadt
2004-04-27announce route refresh capability, and parse announced route refresh capaHenning Brauer
2004-04-27initial route refresh support per RFC2918Henning Brauer
2004-04-27curpeer must be set back to curgroup, not NULLHenning Brauer
2004-04-26need more checks on the keysHenning Brauer
2004-04-26unbreakHenning Brauer
2004-04-26load ipsec SAs into the kernel and enable them.Markus Friedl
2004-04-26don't forget to set keylen, markusHenning Brauer
2004-04-26parser support for setting ipsec keys and such, markus okHenning Brauer
2004-04-26fix printing template neighborsHenning Brauer
2004-04-26need keylen too, markusHenning Brauer
2004-04-26structs for ipsec, with markusHenning Brauer
2004-04-26announce multiprotocol capabilities - IPv4 multicast for nowHenning Brauer
2004-04-26Cleanup the decision function and take the age of the entry into account.Claudio Jeker
2004-04-25better error logging in parse_capabilities()Henning Brauer
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