if old one is flaged as BGP_INFO_ATTR_CHANGED.
+2005-01-24 Hasso Tepper <hasso at quagga.net>
+
+ * bgp_route.c: Fix showstopper bug. New route must be selected also
+ if old one is flaged as BGP_INFO_ATTR_CHANGED.
+
2005-01-17 Hasso Tepper <hasso at quagga.net>
* bgp_route.c: Clear peer's routing table regardless whether it's
new_select = ri;
}
- if ( (! old_select) || old_select != new_select)
+ if ( (! old_select) || old_select != new_select
+ || CHECK_FLAG (old_select->flags, BGP_INFO_ATTR_CHANGED))
{
if (old_select)
UNSET_FLAG (old_select->flags, BGP_INFO_SELECTED);