Age | Commit message (Expand) | Author |
2005-04-18 | tidy up AS section a little; | Jason McIntyre |
2005-04-18 | Set flag F_STATIC based on RTF_STATIC and not just because the route came | Claudio Jeker |
2005-04-18 | Print mrt config after the main and network config. Main and network config | Claudio Jeker |
2005-04-18 | AfriNIC has been established as RIR for Africa now | Henning Brauer |
2005-04-17 | and don't try to free a null set either | Henning Brauer |
2005-04-17 | fix null pointer deref on filter rules without set part | Henning Brauer |
2005-04-16 | Simplify return codes of aspath_asprint(). | Claudio Jeker |
2005-04-16 | Format string cleanup. OK millert, henning, claudio | Chad Loder |
2005-04-15 | Fix memory leak in case aspath_snprint() returns an error (-1). | Claudio Jeker |
2005-04-13 | filter_set cleanup. Plug some memleaks and fix an obvious bug in the | Claudio Jeker |
2005-04-13 | tweak to make this use similar format to ospfd.conf.5 and hostapd.conf.5; | Jason McIntyre |
2005-04-12 | tweaks; | Jason McIntyre |
2005-04-12 | Introduce a per prefix weight. The weight is used to tip prefixes with equal | Claudio Jeker |
2005-04-12 | Fix some yyerror messages. Ja ja, INT_MAX is to small... OK henning@ | Claudio Jeker |
2005-04-12 | set metric is an alias of set med since a long time. OK henning@ | Claudio Jeker |
2005-04-08 | don't whine when we can't find interface with index 0 | Henning Brauer |
2005-04-07 | nicer output | Henning Brauer |
2005-04-05 | magic police, Jason Ackley <jason@ackley.net> | Henning Brauer |
2005-03-31 | zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer |
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning Brauer |
2005-03-30 | interface validation cleanup / fixes | Henning Brauer |
2005-03-29 | explicitely check interface flags for IFF_UP in kroute_validate | Henning Brauer |
2005-03-29 | walk & free network and filter lists after parse errors | Henning Brauer |
2005-03-28 | walk & free peer_l after failed config parsing attempts | Henning Brauer |
2005-03-28 | ewps, this was not supposed to creep in | Henning Brauer |
2005-03-28 | free rules_l if the initial config file parse fails | Henning Brauer |
2005-03-28 | KNF | Henning Brauer |
2005-03-28 | better diagnostics on bind() failure | Henning Brauer |
2005-03-26 | inet_addr("127.0.0.1") -> htonl(INADDR_LOOPBACK) | Claudio Jeker |
2005-03-26 | proper check on log type. ok henning claudio | Ted Unangst |
2005-03-26 | Move the path_empty()/path_destroy() check out of the inner for-loop. | Claudio Jeker |
2005-03-24 | soem fatal()s that should be fatalx()s, Alexander von Gernler | Henning Brauer |
2005-03-24 | fix memory leak in error paths. found with coverity prevent. | Ted Unangst |
2005-03-23 | Move the neighbor checking code from merge_config() to neighbor_consistent() | Claudio Jeker |
2005-03-23 | remove now osolete comment, from a mail exchange with | Henning Brauer |
2005-03-23 | ssize_t -> size_t, from ntpd, there from Alexander von Gernler | Henning Brauer |
2005-03-17 | Fix fd passing. Bug introduced lately passed the first fd twice and an old | Claudio Jeker |
2005-03-16 | don't try to merge the freshly parsed config into the running one if | Henning Brauer |
2005-03-15 | describe "depend on" | Henning Brauer |
2005-03-15 | remove listener if bind() fails. no point in having a defunct listener | Henning Brauer |
2005-03-15 | grow the receive buffer on the routing socket, pointed out by markus, | Henning Brauer |
2005-03-15 | tweaks; | Jason McIntyre |
2005-03-14 | Allow to modify the metrics in a relative way by prepending the number with | Claudio Jeker |
2005-03-14 | send a kif structure describing the interface a route relies on along | Henning Brauer |
2005-03-14 | when a buffer has a file descriptor to pass attached, we tried to send | Henning Brauer |
2005-03-14 | "we notice when you plug the cable" - yeah, but we didn't notice when it | Henning Brauer |
2005-03-13 | when fetching the initial table, inherit the ifindex regardless of af, not | Henning Brauer |
2005-03-13 | explicitely initialize opt | Henning Brauer |
2005-03-13 | s/to many/too many/, from jmc | Henning Brauer |
2005-03-11 | shutdown() directly before close() is useless, theo | Henning Brauer |