[ecnconfig] Handle Multi ASIC backend port names when extracting port I/F#1361
Merged
smaheshm merged 1 commit intosonic-net:masterfrom Jan 20, 2021
Merged
[ecnconfig] Handle Multi ASIC backend port names when extracting port I/F#1361smaheshm merged 1 commit intosonic-net:masterfrom
smaheshm merged 1 commit intosonic-net:masterfrom
Conversation
baiwei0427
approved these changes
Jan 16, 2021
Contributor
Author
|
retest this please |
baiwei0427
approved these changes
Jan 20, 2021
neethajohn
approved these changes
Jan 20, 2021
anand-kumar-subramanian
pushed a commit
to anand-kumar-subramanian/sonic-utilities
that referenced
this pull request
Mar 2, 2021
stepanblyschak
pushed a commit
to stepanblyschak/sonic-utilities
that referenced
this pull request
Apr 28, 2022
d324eae (HEAD -> 201911, origin/201911) [PFCWD] Fix 'start' pfcwd command (sonic-net#1345) 235c61c [ecnconfig] handle backend port names when extracting port I/F ID from the port name (sonic-net#1361) 7f5c3b4 Drop explict 3 seconds pause between two object updates/deletes. (sonic-net#1359) 12c8992 add vlan_intf_object only if there are ipv4 or ipv6 mappings (sonic-net#1377) 52ce2c3 Add subcommand description to interfaces counters (sonic-net#1373) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
- What I did
On Multi ASIC platforms ports names for backend ports have the following convention: 'Ethernet-BPxy'
Port ID extraction was failing for these backend port names.
- How I did it
Fix the port ID extraction for backend port names.
- How to verify it
Manual:
- Previous command output (if the output of a command-line utility has changed)
- New command output (if the output of a command-line utility has changed)