Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "bgp bestpath peer-type multipath-relax" to FRR #5629

Merged
merged 5 commits into from
Apr 16, 2021

Commits on Oct 14, 2020

  1. Add "bgp bestpath peer-type multipath-relax" to frr

    This new BGP configuration is akin to "bgp bestpath aspath multipath-relax".
    When applied, paths learned from different peer types will be eligible
    to be considered for multipath (ECMP). Paths from all of eBGP, iBGP, and
    confederation peers may be included in a multipath group if they are
    otherwise equal cost.
    
    When such a multipath group is created, it is not desirable for
    iBGP nexthops to be discarded from the FIB because they are not directly
    connected. So when publishing the nexthop group to zebra, bgpd will allow
    recursive resolution, but only when there are iBGP-learned paths in the
    group.
    
    Signed-off-by: Joanne Mikkelson <jmmikkel@arista.com>
    jmmikkel committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    1cf0a32 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Merge changes from upstream and resolve conflicts

    (renumbers new patch, no other changes)
    jmmikkel committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    710e7ef View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Merge changes from upstream

    jmmikkel committed Jan 6, 2021
    Configuration menu
    Copy the full SHA
    ffbb564 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Configuration menu
    Copy the full SHA
    05d4f2c View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Merge changes from SONiC upstream, and update

    Add-bgp-bestpath-peer-type-multipath-relax.patch to match the current
    version from FRR PR FRRouting/frr#8056
    (minus the test).
    jmmikkel committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    cb9db94 View commit details
    Browse the repository at this point in the history