summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
AgeCommit message (Expand)Author
2005-05-24Remove unnecessary error check that is already done in parsecommunity().Claudio Jeker
2005-05-24KNFClaudio Jeker
2005-05-23one more endpwentHenning Brauer
2005-05-23no need for endpwent()Henning Brauer
2005-05-13The NET_RT_IFLIST sysctl returns RTM_IFINFO and RTM_NEWADDR messages inClaudio Jeker
2005-05-03setres[ug]id; ok claudio@Damien Miller
2005-05-01spellingDavid Krause
2005-04-28Support for "network connected" and "network static" -- announce allClaudio Jeker
2005-04-28Be more careful when copying ifname from the struct sockaddr_dl.Claudio Jeker
2005-04-26unify shared code a bit again to make future syncs easierHenning Brauer
2005-04-18tidy up AS section a little;Jason McIntyre
2005-04-18Set flag F_STATIC based on RTF_STATIC and not just because the route cameClaudio Jeker
2005-04-18Print mrt config after the main and network config. Main and network configClaudio Jeker
2005-04-18AfriNIC has been established as RIR for Africa nowHenning Brauer
2005-04-17and don't try to free a null set eitherHenning Brauer
2005-04-17fix null pointer deref on filter rules without set partHenning Brauer
2005-04-16Simplify return codes of aspath_asprint().Claudio Jeker
2005-04-16Format string cleanup. OK millert, henning, claudioChad Loder
2005-04-15Fix memory leak in case aspath_snprint() returns an error (-1).Claudio Jeker
2005-04-13filter_set cleanup. Plug some memleaks and fix an obvious bug in theClaudio Jeker
2005-04-13tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5;Jason McIntyre
2005-04-12tweaks;Jason McIntyre
2005-04-12Introduce a per prefix weight. The weight is used to tip prefixes with equalClaudio Jeker
2005-04-12Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@Claudio Jeker
2005-04-12set metric is an alias of set med since a long time. OK henning@Claudio Jeker
2005-04-08don't whine when we can't find interface with index 0Henning Brauer
2005-04-07nicer outputHenning Brauer
2005-04-05magic police, Jason Ackley <jason@ackley.net>Henning Brauer
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