We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#7195 added new MPLS attributes to files/build_templates/init_cfg.json.j2.
files/build_templates/init_cfg.json.j2
In the latest master images, CRM config parse throws error as the new attribute (mpls_inseg_high_threshold) remains unknown.
mpls_inseg_high_threshold
There are no known test failures due to this at this point.
Jun 18 21:50:32.029503 str2-7260cx3-acs-9 ERR swss#orchagent: :- handleSetCommand: Failed to parse CRM Config configuration. Unknown attribute mpls_inseg_high_threshold.
handleSetCommand should be able to parse CRM config.
handleSetCommand
show version
SONiC version master.19659-94441f41
show techsupport
(paste your output here or download and attach the file here )
The text was updated successfully, but these errors were encountered:
@prsunny for awareness.
Sorry, something went wrong.
No branches or pull requests
Description
#7195 added new MPLS attributes to
files/build_templates/init_cfg.json.j2
.In the latest master images, CRM config parse throws error as the new attribute (
mpls_inseg_high_threshold
) remains unknown.There are no known test failures due to this at this point.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
handleSetCommand
should be able to parse CRM config.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: