HLD: config-driven static L2 forwarding (per-VLAN MAC-learning disable, BUM flood disable, static FDB)#2468
Open
AnantKishorSharma wants to merge 1 commit into
Conversation
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
This was referenced Jul 21, 2026
AnantKishorSharma
force-pushed
the
static-l2-forwarding-hld
branch
from
July 22, 2026 08:07
a507cd9 to
7711af1
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
…sable, BUM flood disable, static FDB) Signed-off-by: Anant Kishor Sharma <anant.kishor-sharma@hpe.com>
AnantKishorSharma
force-pushed
the
static-l2-forwarding-hld
branch
from
July 22, 2026 08:24
7711af1 to
e1549d5
Compare
Collaborator
|
/azp run |
|
No pipelines are associated with this pull request. |
This was referenced Jul 22, 2026
Static L2 forwarding: per-VLAN mac_learning, BUM flood control, static FDB
sonic-net/sonic-swss#4780
Open
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.
What
Adds a High Level Design for config-driven static L2 forwarding — three independent,
per-VLAN, SAI-backed features, each usable on its own and defaulting to today's behavior
(no functional change unless explicitly configured):
SAI_VLAN_ATTR_LEARN_DISABLESAI_VLAN_ATTR_*_FLOOD_CONTROL_TYPE = NONESAI_FDB_ENTRY_TYPE_STATIC(completes the approvedLayer-2 Forwarding Enhancements design, Layer 2 forwarding enhancements HLD #379)
The design adds CONFIG_DB schema + YANG + the config→APPL plumbing (
cfgmgr+orchagent);the SAI attributes already exist and
FdbOrchis unchanged.Document
doc/static-l2-forwarding/Static_L2_Forwarding_HLD.mdRelated PRs:
Feature request: sonic-net/sonic-buildimage#28539.