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 support for "Dynamic ASN" #194

Merged
merged 4 commits into from
Sep 16, 2024
Merged

Add support for "Dynamic ASN" #194

merged 4 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. API: Add DynamicASN field for Neighbors

    Add the field to support FRR's automatic ASN detection
    (https://docs.frrouting.org/en/latest/bgp.html#clicmd-neighbor-PEER-remote-as-internal).
    Dynamic ASN is not an official name of this feature, but should be understandable.
    Modifying the original ASN field to be IntOrString was considered but left out
    since IntOrString is actually Int32OrString, and we explicitly need 32 bits (uint32) for the ASN.
    
    Signed-off-by: Ori Braunshtein <[email protected]>
    oribon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e2066ab View commit details
    Browse the repository at this point in the history
  2. Controller: Support Dynamic ASN field

    Signed-off-by: Ori Braunshtein <[email protected]>
    oribon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    262911e View commit details
    Browse the repository at this point in the history
  3. Manifests: bump with Dynamic ASN

    Signed-off-by: Ori Braunshtein <[email protected]>
    oribon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    37c5014 View commit details
    Browse the repository at this point in the history
  4. E2E: Establish session using DynamicASN

    Signed-off-by: Ori Braunshtein <[email protected]>
    oribon committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bb0bba4 View commit details
    Browse the repository at this point in the history