Add disable_pfcwd option in docker_image_ctl.j2 - #75
Open
noaOrMlnx wants to merge 1 commit into
Open
Conversation
noaOrMlnx
pushed a commit
that referenced
this pull request
May 5, 2026
…ly (sonic-net#26787) #### Why I did it src/sonic-ztp ``` * 036c8ea - (HEAD -> master, origin/master, origin/HEAD) ztp: harden curl command construction in Downloader and DHCP hook (#75) (4 days ago) [xq9mend] * c84b50a - Use `shutil.move` instead of `os.rename` to move `config_db.json` on place (#66) (6 days ago) [Vladimir Solomatin] ``` #### How I did it #### How to verify it #### Description for the changelog
noaOrMlnx
pushed a commit
that referenced
this pull request
Jul 27, 2026
…sonic-net#28349) #### Why I did it src/dhcpmon ``` * 1f3f4f9 - (HEAD -> master, origin/master, origin/HEAD) [dhcp_devman] Ignore duplicate -i* arguments instead of crashing/leaking (#76) (13 hours ago) [Xichen96] * 2883fe8 - [dhcpmon] Log Relay-Forward / Relay-Reply counters in v6 status (#75) (13 hours ago) [Xichen96] * 892925b - [dhcpmon] Cleanup stale v6 counters from COUNTERS_DB (#74) (16 hours ago) [Xichen96] ``` #### 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.
Why I did it
There are specific SKUs which require to disable PFCWD.
How I did it
Added the option in docker_image_ctl.j2 - if disable_pfcwd file exists in HwSKU folder, disable it in CONFIG DB.
How to verify it
Add disable_pfcwd to HwSKU folder and make sure PFCWD is disabled in CONFIG DB.
Which release branch to backport (provide reason below if selected)
Tested branch (Please provide the tested image version)
Description for the changelog
Link to config_db schema for YANG module changes
A picture of a cute animal (not mandatory but encouraged)