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

[chassis-packet] minigraph parsing and BGP template changes #8966

Merged
merged 12 commits into from
Oct 19, 2021

Commits on Apr 3, 2021

  1. [submodule update] sonic-db-syncd

    df46ed418e661a9bccdb2639d8873def356f8ba0 (HEAD -> master, origin/master, origin/HEAD) Fix the LLDP_LOC_CHASSIS not getting populated if no remote neighbors are present (sonic-net#39)
    e487532e11cc0e97cfce573b6b997fdd0beeb660 [CI] Set up CI&PR with Azure Pipelines (sonic-net#38)
    3c9f488490a1dbded20dbf2d8a88a5ab4dbda8df Replace swsssdk's SonicV2Connector with swsscommon's implementation (sonic-net#35)
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    4766fcf View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

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

Commits on Apr 6, 2021

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

Commits on Apr 21, 2021

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

Commits on Apr 28, 2021

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

Commits on May 14, 2021

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

Commits on May 29, 2021

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

Commits on Aug 17, 2021

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

Commits on Sep 29, 2021

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

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    7126f88 View commit details
    Browse the repository at this point in the history
  2. Initial Commit for Chassis in Packet mode and multi-asic.

    •	Internal BGP Peering between LCx-ASICy is done using Loopback4096
    •	Internal BGP Peer will be classified as BGP_INTERNAL_NEIGHBOR with source updated as Loopback4096
    •	DEVICE_METADATA will have “switch_type” define as “chassis-packet”.  We already have “voq” define. This will be used in BGP template.
    •	Static Routes are define using SONiC schema.
    *       Fixed Vlan Sub Interface Parsing in Graph when configured on Port-Channel.
    *       Added Unit test cases of graph and BGP template changes.
    
    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    3e74182 View commit details
    Browse the repository at this point in the history
  3. Some Fixes

    Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
    abdosi committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    6e2fecf View commit details
    Browse the repository at this point in the history