bird/proto
Martin Mares 0077aab4f9 The code was broken for external /29 to /32 routes. Assuming that you
have one machine publishing a route to 10.1.1.3/32 and another one
publishing a route to 10.1.1.4/32. If the first machine went down the
route to 10.1.1.4/32 was wrongly killed by the old code, leading either
to missing routes or worse to bug()s like "Router parent does not have
next hop" or just segfaults. The patch fixes this but in the long term a
redesign is required here. Note that the patch doesn't worse the
situation, instead it prevents the problems stated. The redesign is
required to handle multiple routes to small subnets properly.

(by Andreas)

Feela, I think that this is at least a good temporary fix, but it's
of course up to you to decide.
2004-05-31 18:16:42 +00:00
..
bgp Updated a comment. 2003-02-23 10:22:04 +00:00
ospf The code was broken for external /29 to /32 routes. Assuming that you 2004-05-31 18:16:42 +00:00
pipe Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00
rip The initial sequence number for RIP md5 authentication was always zero. 2004-05-31 18:11:16 +00:00
static Fix %<something>I format strings. 2001-08-19 11:15:24 +00:00
Doc Documented all the trivial protocols. 2000-06-04 16:15:37 +00:00