[vlanmgrd]: Do not bring up VLAN members by default#667
Merged
stcheng merged 1 commit intosonic-net:masterfrom Nov 1, 2018
Merged
[vlanmgrd]: Do not bring up VLAN members by default#667stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
VLAN members' admin status and MTU are controlled by portmdrd. vlanmgrd shall not bring up and set MTU automatically by default. Signed-off-by: Shu0T1an ChenG <[email protected]>
Contributor
Author
|
@jipanyang please check |
jipanyang
approved these changes
Nov 1, 2018
Contributor
jipanyang
left a comment
There was a problem hiding this comment.
This the behavior was inherited from the days of Linux network interface file config control. I guess we don't need it any more.
The legacy configuration might miss the explicit vlan member port admin and mtu setting, that should be taken care of by operator though.
Contributor
Author
|
yes, the pull request sonic-net/sonic-buildimage#2209 ensures that all VLAN members will have admin status set as up by default |
oleksandrivantsiv
pushed a commit
to oleksandrivantsiv/sonic-swss
that referenced
this pull request
Mar 1, 2023
Janetxxx
pushed a commit
to Janetxxx/sonic-swss
that referenced
this pull request
Nov 10, 2025
VLAN members' admin status and MTU are controlled by portmdrd. vlanmgrd shall not bring up and set MTU automatically by default. Signed-off-by: Shu0T1an ChenG <[email protected]>
jianyuewu
pushed a commit
to jianyuewu/sonic-swss
that referenced
this pull request
Dec 24, 2025
Add events API to support streaming structured events Install dependencies such as libzqm3-dev, libzmq5, libboost-serialization and uuid-dev in azp yml files to support new changes
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 members' admin status and MTU are controlled by portmdrd.
vlanmgrd shall not bring up and set MTU automatically by default.
Signed-off-by: Shu0T1an ChenG [email protected]