VLAN trunk support: cfgagent update.#297
Closed
jipanyang wants to merge 3 commits intosonic-net:v1.0.3from
Closed
Conversation
|
@JipanYanga, |
21c7d1d to
df5282e
Compare
Contributor
Author
|
target branch not active. |
EdenGri
pushed a commit
to EdenGri/sonic-swss
that referenced
this pull request
Feb 28, 2022
* Add drop probability configurability to ecnconfig Signed-off-by: Wenda <wenni@microsoft.com> * Correct variable names * Correct syntax error Signed-off-by: Wenda <wenni@microsoft.com>
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
* [flex_counter]: Check if plugin lists are empty Check plugin lists along with counter IDs lists before trying to remove FC instance * Rename isCounteMapsEmpty to isEmpty Signed-off-by: marian-pritsak <marianp@mellanox.com> * Fix comments Signed-off-by: marian-pritsak <marianp@mellanox.com>
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
…onic-net#297) * Add PASS_THROUGH_ROUTE_TABLE to config and application db Signed-off-by: Ze Gan <ganze718@gmail.com> * Add spaces to align with other entries Signed-off-by: Ze Gan <ganze718@gmail.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.
VLAN trunk support: ConfigDB enforcer as cfgagent. Debug commands implementation as in cfgmgr. Linux VLAN aware 1Q bridge used to support hostenv VLAN trunk.
Example debug CLI:
cfgmgr vlan add vlan 2000 desc "testing vlan"
cfgmgr vlan add vlan 2000 dev PortChannel46 untagged
cfgmgr vlan add vlan 2000 dev Ethernet52
cfgmgr intf add 172.16.28.190/24 dev Vlan2000
cfgmgr intf add 10.11.20.30/24 dev Vlan2000
cfgmgr switch update unicast_miss_flood false broadcast_flood false