[dhcp_relay] More detailed crafting and strict testing of OFFER and ACK packets#924
Merged
jleveque merged 1 commit intosonic-net:masterfrom Jun 5, 2019
jleveque:update_dhcp_relay_test
Merged
[dhcp_relay] More detailed crafting and strict testing of OFFER and ACK packets#924jleveque merged 1 commit intosonic-net:masterfrom jleveque:update_dhcp_relay_test
jleveque merged 1 commit intosonic-net:masterfrom
jleveque:update_dhcp_relay_test
Conversation
yxieca
approved these changes
Jun 5, 2019
yxieca
pushed a commit
that referenced
this pull request
Jun 13, 2019
stepanblyschak
pushed a commit
to stepanblyschak/sonic-mgmt
that referenced
this pull request
Jun 14, 2019
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Make sure db_migrator is run after all config are loaded during (sonic-net#926) Vnet alias mapping (sonic-net#924) Changes to make lldp show command for multi-npu platforms. (sonic-net#914) [Mellanox] Fix thermal control issue: use natural sort for fan status and thermal status (sonic-net#836) [Mellanox] add document for thermal control related cli (sonic-net#832)
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.
The pull request sonic-net/sonic-buildimage#2919 which was merged into the 201811 branch sonic-buildimage will cause the dhcp_relay test to erroneously fail, due to minor changes in the relayed OFFER and ACK packets. A similar pull request is now open against the master branch of sonic-buildimage here: sonic-net/sonic-buildimage#2946. This change will ensure the dhcp_relay test works as expected after the aforementioned changes. This PR should be merged into master and cherry-picked into 201811.