--- 1/draft-ietf-idr-bgp4-09.txt 2006-02-04 23:30:06.000000000 +0100 +++ 2/draft-ietf-idr-bgp4-10.txt 2006-02-04 23:30:07.000000000 +0100 @@ -1,18 +1,19 @@ + Network Working Group Y. Rekhter INTERNET DRAFT cisco Systems T. Li - Juniper Networks + Procket Networks, Inc. Editors A Border Gateway Protocol 4 (BGP-4) - + Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. @@ -1773,22 +1774,21 @@ a) Remove from consideration routes with less-preferred MULTI_EXIT_DISC attributes. MULTI_EXIT_DISC is only comparable between routes learned from the same neighboring AS. Routes which do not have the MULTI_EXIT_DISC attribute are considered to have the highest possible MULTI_EXIT_DISC value. This is also described in the following procedure: for m = all routes still under consideration for n = all routes still under consideration - if (neighborAS(m) == neighborAS(n)) and (MED(n) < -MED(m)) + if (neighborAS(m) == neighborAS(n)) and (MED(n) < MED(m)) remove route m from consideration In the pseudo-code above, MED(n) is a function which returns the value of route n's MULTI_EXIT_DISC attribute. If route n has no MULTI_EXIT_DISC attribute, the function returns the highest possible MULTI_EXIT_DISC value, i.e. 2^32-1. Similarly, neighborAS(n) is a function which returns the neighbor AS from which the route was received. @@ -2625,14 +2625,14 @@ Editors' Addresses Yakov Rekhter cisco Systems, Inc. 170 W. Tasman Dr. San Jose, CA 95134 email: yakov@cisco.com Tony Li - Juniper Networks, Inc. - 385 Ravendale Dr. - Mountain View, CA 94043 - email: tli@juniper.net + Procket Networks + 3910 Freedom Circle, Ste. 102A + Santa Clara CA 95054 + Email: tli@procket.com