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

[config][interface][speed] Fixed the config interface speed in multi-asic issue #1739

Merged
merged 1 commit into from
Aug 6, 2021

Conversation

mlok-nokia
Copy link
Contributor

What I did

Fix for issue sonic-net/sonic-buildimage#8308

How I did it

"front_asic_namespaces" is not defined. Changed function Sonic2VConnector() call with the correct argument "namespace".

How to verify it

  • Execute the config command to set the interface speed:
    sudo config interface -n asic0 speed Ethernet0 400000
  • No error shown

Previous command output (if the output of a command-line utility has changed)

  • Previously the command showed the following error.
    name 'front_asic_namespaces' is not defined

New command output (if the output of a command-line utility has changed)

  • New output does not show the error

…sic issue

Function SonicV2Connector() call with front_asic_namespaces is not defined. It should be namespace whic is passing argument. Address issue 8308
@zhangyanzhao
Copy link
Collaborator

@abdosi will take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants