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

[202012][sonic-config-engine] Parse AutoNegotiation element from LinkMetadata section of minigraph file #7166

Merged
merged 2 commits into from
Mar 31, 2021

Commits on Mar 26, 2021

  1. [202012][sonic-config-engine] Parse AutoNegotiation element from Link…

    …Metadata section of minigraph file (#7031)
    
    Parse the value `AutoNegotiation` element from the `LinkMetadata` section of minigraph file. If the element is present, an `autoneg` key will be added to the port in the `PORT` table of Config DB with a value of either `off` or `on`
    
    If an `autoneg` value is present in port_config.ini, the value from the minigraph will take precedence, overriding that value.
    
    Also remove `AutoNegotiation` and `EnableAutoNegotiation` elements from the `DeviceInfo` section, as we will use this data in the `LinkMetadata` section to determine whether to enable auto-negotiation for a port.
    jleveque committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    49ecb15 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

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