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

Experimental/24.09 bgp #193

Draft
wants to merge 5 commits into
base: experimental/24.09-bgp
Choose a base branch
from

Commits on Oct 23, 2024

  1. snap: Pin OVN to v24.09.0.

    Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
    fnordahl committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    44dccdb View commit details
    Browse the repository at this point in the history
  2. patches: Avoid removing routes installed by the system.

    Without this, routes like:
    local fe80::b1:97ff:feb0:af95 dev eth1-bgp proto kernel metric 0 pref medium
    
    are removed which prevents the bgp daemon from maintaining its
    connection with its peer.
    
    Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
    fnordahl committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    9ea69d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. bgp: Create eBGP as opposed to iBGP neighbor.

    Use 32-bit RFC 6996 Private Use AS-numbers.
    
    Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
    fnordahl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c799301 View commit details
    Browse the repository at this point in the history
  2. bgp: Pass config throguh STDIN to FRR.

    Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
    fnordahl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f3ce019 View commit details
    Browse the repository at this point in the history
  3. bgp: Unnumbered, disable v4, enable v6.

    The end goal is to have full BGP unnumbered support including
    routing of IPv4 prefixes over IPv6 nexthop, but the support is not
    yet there.
    
    Signed-off-by: Frode Nordahl <frode.nordahl@canonical.com>
    fnordahl committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b19cab4 View commit details
    Browse the repository at this point in the history