-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Vlan] config vlan del command results in traceback with supervisorctl status ndppd command failing in swss #16542
Closed
Comments
@prsunny @theasianpianist Can you please check this. Is it related to changes done to address #14231 ? |
@maipbui @qiluo-msft This issue is because the supervisortctl status commands were not replaced for del vlan command in sonic-net/sonic-utilities#2718 |
maipbui
added a commit
to sonic-net/sonic-utilities
that referenced
this issue
Sep 15, 2023
Resolves sonic-net/sonic-buildimage#16542 #### What I did Update str -> list[str] commands which were missed in #2718 #### How I did it #### How to verify it Pass UT. Manual test, issue resolved, tested in internal.79435802-3bbd91c86e version Signed-off-by: Mai Bui <maibui@microsoft.com>
@dgsudharsan Fix PR has been merged. Thank you for your bug report! |
yaqiangz
pushed a commit
to yaqiangz/sonic-utilities
that referenced
this issue
Sep 20, 2023
Resolves sonic-net/sonic-buildimage#16542 Update str -> list[str] commands which were missed in sonic-net#2718 Pass UT. Manual test, issue resolved, tested in internal.79435802-3bbd91c86e version Signed-off-by: Mai Bui <maibui@microsoft.com>
JunhongMao
pushed a commit
to JunhongMao/sonic-utilities
that referenced
this issue
Oct 4, 2023
Resolves sonic-net/sonic-buildimage#16542 #### What I did Update str -> list[str] commands which were missed in sonic-net#2718 #### How I did it #### How to verify it Pass UT. Manual test, issue resolved, tested in internal.79435802-3bbd91c86e version Signed-off-by: Mai Bui <maibui@microsoft.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When vlan is added and removed, the del call results in traceback as below
Steps to reproduce the issue:
Describe the results you received:
config vlan del results in traceback
Describe the results you expected:
No traceback when calling config vlan del
Output of
show version
:Output of
show techsupport
:sonic_dump_r-anaconda-51_20230907_183233 (1).tar.gz
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: