summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2005-03-31zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-30bgpd used to open listeners in advance in the parent and the SE pickedHenning Brauer
2005-03-30interface validation cleanup / fixesHenning Brauer
2005-03-29explicitely check interface flags for IFF_UP in kroute_validateHenning Brauer
2005-03-29walk & free network and filter lists after parse errorsHenning Brauer
2005-03-28walk & free peer_l after failed config parsing attemptsHenning Brauer
2005-03-28ewps, this was not supposed to creep inHenning Brauer
2005-03-28free rules_l if the initial config file parse failsHenning Brauer
2005-03-28KNFHenning Brauer
2005-03-28better diagnostics on bind() failureHenning Brauer
2005-03-26inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK)Claudio Jeker
2005-03-26proper check on log type. ok henning claudioTed Unangst
2005-03-26Move the path_empty()/path_destroy() check out of the inner for-loop.Claudio Jeker
2005-03-24soem fatal()s that should be fatalx()s, Alexander von GernlerHenning Brauer
2005-03-24fix memory leak in error paths. found with coverity prevent.Ted Unangst
2005-03-23Move the neighbor checking code from merge_config() to neighbor_consistent()Claudio Jeker
2005-03-23remove now osolete comment, from a mail exchange withHenning Brauer
2005-03-23ssize_t -> size_t, from ntpd, there from Alexander von GernlerHenning Brauer
2005-03-17Fix fd passing. Bug introduced lately passed the first fd twice and an oldClaudio Jeker
2005-03-16don't try to merge the freshly parsed config into the running one ifHenning Brauer
2005-03-15describe "depend on"Henning Brauer
2005-03-15remove listener if bind() fails. no point in having a defunct listenerHenning Brauer
2005-03-15grow the receive buffer on the routing socket, pointed out by markus,Henning Brauer
2005-03-15tweaks;Jason McIntyre
2005-03-14Allow to modify the metrics in a relative way by prepending the number withClaudio Jeker
2005-03-14send a kif structure describing the interface a route relies on alongHenning Brauer
2005-03-14when a buffer has a file descriptor to pass attached, we tried to sendHenning Brauer
2005-03-14"we notice when you plug the cable" - yeah, but we didn't notice when itHenning Brauer
2005-03-13when fetching the initial table, inherit the ifindex regardless of af, notHenning Brauer
2005-03-13explicitely initialize optHenning Brauer
2005-03-13s/to many/too many/, from jmcHenning Brauer
2005-03-11shutdown() directly before close() is useless, theoHenning Brauer
2005-03-11move umask() song and dance closer around the bind, being more careful about ...Theo de Raadt
2005-03-11Finally commit the transparent-as and nexthop no-modify stuff I wrote on theClaudio Jeker
2005-03-09correctness: memmove instead of memcpy where we might have overlapsHenning Brauer
2005-02-25unlink() control socket in error path. Spotted by Theo.Claudio Jeker
2005-02-24Add two missing breaks and suddenly using filter has no strange side effects.Claudio Jeker
2005-02-09need to send IMSG_NETWORK_DONE after sending networks and associated filterHenning Brauer
2005-02-07spelling fixDavid Krause
2005-02-02usage() is __deadHenning Brauer
2005-02-01switch the buffer size describing vars from ssize_t to size_t and adjustHenning Brauer
2004-12-31document using neighbor descriptions to specify neighbors whereJared Yanovich
2004-12-23allo the "bgpctl show neighbor " commands to take the neighbor descrHenning Brauer
2004-12-23in getpeerbydesc(), complain if we find more than one match and return NULLHenning Brauer
2004-12-23allow "bgpctl neighbor" to take the peer's descr as argument as wellHenning Brauer
2004-12-23introduce getpeerbydesc(), find a peer by its descriptionHenning Brauer
2004-12-23KNFHenning Brauer
2004-12-23even more excellent alignment, with mickeyHenning Brauer
2004-12-23lower latency by processing no more than 25 messages at once for each peerHenning Brauer
2004-12-23sort structs for most optimal alignment, help mickey, claudio okHenning Brauer