]> git.ipfire.org Git - thirdparty/bird.git/commit
Fixes serious bug in route attribute handing.
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 22 May 2009 13:16:53 +0000 (15:16 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 22 May 2009 13:16:53 +0000 (15:16 +0200)
commitd72a0ac2396471ffb2b3a580ee986f950e4d23ae
treeba5231c4fe5b79c1bfbf26e53988029331af035f
parent80f0d6764aa2c54eabdc1b41321a46e8cbcce2b9
Fixes serious bug in route attribute handing.

ea_same() sometimes returns true for different route attributes,
which caused that hash table in BGP does not work correctly and
some routes were sent with different attributes.
nest/rt-attr.c