Hi Daniel, I reviewed the code and think that OpenBGPD supports only the behavior of Cisco routers when bgp deterministic-med is disabled, cp. http://www.cisco.com/en/US/tech/tk365/technologies_tech_note09186a0080094925.shtml Cisco determinsitic-med attribute description .
Is there anybody who can confirm this? Uli DanielLyons wrote: > > The OpenBGPD client stores paths in a list associated to an adress prefix. > If a new route is learnt, the best path is reevaluated via prefix_evaluate > in rde_decide.c. > prefix_evaluate looks for the right place to insert a new path in the list > by comparing the new path with the others one at the time via prefix_cmp, > starting from the end of the list. > > This procedure seems to be non deterministic. > -- View this message in context: http://www.nabble.com/OpenBGPD-decision-process-non-deterministic---tp16743362p17262947.html Sent from the openbsd user - misc mailing list archive at Nabble.com.

