[202012][CoPP] Align entry name in copp_cfg.j2 with feature name#101
Closed
[202012][CoPP] Align entry name in copp_cfg.j2 with feature name#101
Conversation
There is a logic in copp manager which loads copp items only if the feature is enabled. It requires the feature name aligns with copp item name otherwise the copp item can not be loaded. Currently, dhcp copp item is used by feature dhcp_relay but the name doesn't align. This is to fix it. Signed-off-by: Stephen Sun <[email protected]>
Owner
Author
|
ci 1330 passed |
stephenxs
pushed a commit
that referenced
this pull request
Mar 25, 2022
#### Why I did it ``` Update submodule sonic-restapi bd97dfe Fix urllib3 CVE-2021-33503 issue (#104) f159bfa Upgrade the containers to be based on Debian Buster (#103) a1830c1 (origin/201911) Fix OpenAPI spec to be readable by autorest (#101) ```
stephenxs
pushed a commit
that referenced
this pull request
Apr 2, 2022
#### Why I did it ``` Update submodule sonic-restapi bd97dfe Fix urllib3 CVE-2021-33503 issue (#104) f159bfa Upgrade the containers to be based on Debian Buster (#103) a1830c1 (origin/201911) Fix OpenAPI spec to be readable by autorest (#101) ```
stephenxs
pushed a commit
that referenced
this pull request
Apr 25, 2022
bd97dfe Fix urllib3 CVE-2021-33503 issue (#104) f159bfa Upgrade the containers to be based on Debian Buster (#103) a1830c1 Fix OpenAPI spec to be readable by autorest (#101) 94805a3 Identify and report Vnet GUID for conflicting VNI (#99) 4832dfd Static route expiry if not specified as persistent (#98) 5cc4358 Add support for overlay ECMP (#96) 6822a46 [CI] Set diff cover threshold to 50% (#97) dcc826a Add PR diff coverage (#95)
stephenxs
pushed a commit
that referenced
this pull request
Jul 16, 2023
a1830c1761087bdc1f7433ebbb8d0bdc419da0d3 (HEAD -> 201911, origin/master, origin/HEAD, origin/201911) Fix OpenAPI spec to be readable by autorest (#101) 94805a39ac0712219f7dc08faa2cfdbf371dd177 Identify and report Vnet GUID for conflicting VNI (#99) 4832dfd677de72edc44d4eb8c1b60cfad79a3355 Static route expiry if not specified as persistent (#98) 5cc4358fb67b9e2a0da9a6691064e41f97ebebc2 (master) Add support for overlay ECMP (#96) 6822a46197daef060b4d00dba5153b04b163c43f [CI] Set diff cover threshold to 50% (#97) dcc826a1503060b9a07e4510b4f48331c49e87dd Add PR diff coverage (#95) e842c5ff317c67919dcbcab3358143cb9a16c9dd Generate code coverage for Unit Tests (#94) f9bbed3cb86a3bab9a07745096835dbdbe5a4db6 Convert Unit Tests from unittest framework to pytest framework (#93) Signed-off-by: Abhishek Dosi <[email protected]>
stephenxs
pushed a commit
that referenced
this pull request
Feb 2, 2024
…utomatically (sonic-net#17850) #### Why I did it src/sonic-host-services ``` * 970e7b3 - (HEAD -> master, origin/master, origin/HEAD) Fix sonic host service (#101) (5 hours ago) [ganglv] ``` #### How I did it #### How to verify it #### Description for the changelog
stephenxs
pushed a commit
that referenced
this pull request
Nov 19, 2025
…e latest HEAD automatically (sonic-net#24535) #### Why I did it src/wpasupplicant/sonic-wpa-supplicant ``` * b1699b610 - (HEAD -> master, origin/master, origin/HEAD) Automated agent pool migration for branch master (#101) (4 days ago) [yijingyan2] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
There is a logic in copp manager which loads copp items only if the feature is enabled.
It requires the feature name aligns with copp item name otherwise the copp item can not be loaded.
Currently, dhcp copp item is used by feature dhcp_relay but the name doesn't align.
This is to fix it.
Signed-off-by: Stephen Sun [email protected]
Why I did it
How I did it
How to verify it
Which release branch to backport (provide reason below if selected)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)