-
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
[Sub-Interface] CLI should throw an error if short name format is called without vlan when adding a sub-interface #10878
Comments
@adyeung can you please help to find someone from BRCM to check? Thanks. |
@preetham-singh to followup next week |
preetham-singh
added a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Jun 11, 2022
1. Short Format Subinterface getting deleted after vrf binding . Issue 10802:sonic-net/sonic-buildimage#10802 2. Do not allow short format subinterface to be created without encap vlan configuration. Issue 10878: sonic-net/sonic-buildimage#10878
preetham-singh
added a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Jun 13, 2022
1. Short Format Subinterface getting deleted after vrf binding . Issue 10802:sonic-net/sonic-buildimage#10802 2. Do not allow short format subinterface to be created without encap vlan configuration. Issue 10878: sonic-net/sonic-buildimage#10878
Fix is available in sonic-net/sonic-utilities#2211 |
preetham-singh
added a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Jul 26, 2022
1. Short Format Subinterface getting deleted after vrf binding . Issue 10802:sonic-net/sonic-buildimage#10802 2. Do not allow short format subinterface to be created without encap vlan configuration. Issue 10878: sonic-net/sonic-buildimage#10878
preetham-singh
added a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Jul 26, 2022
1. Short Format Subinterface getting deleted after vrf binding . Issue 10802:sonic-net/sonic-buildimage#10802 2. Do not allow short format subinterface to be created without encap vlan configuration. Issue 10878: sonic-net/sonic-buildimage#10878
Ticket close, fix has merged |
preetham-singh
added a commit
to preetham-singh/sonic-utilities
that referenced
this issue
Nov 21, 2022
1. Short Format Subinterface getting deleted after vrf binding . Issue 10802:sonic-net/sonic-buildimage#10802 2. Do not allow short format subinterface to be created without encap vlan configuration. Issue 10878: sonic-net/sonic-buildimage#10878
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The CLI should throw an error if short name format is called without vlan when adding a sub-interface, because the vid is a must parameter when using short names.
Currently the CLI accepts short name without a vid which will cause errors.
Steps to reproduce the issue:
Describe the results you received:
Deleting the sub-interface will casue some dockers to exit:
errors in syslog:
Describe the results you expected:
CLI throws an error when adding a sub-interface in short name without a vid
Output of
show version
:Output of
show techsupport
:Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: