-
Notifications
You must be signed in to change notification settings - Fork 506
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix tcp syn check during TPR validation
Summary: TPR validation after decap didn't parse the tcp flag from packet before checking it. The effect was that it flag wasn't set, effectively validating even SYN packets. Not a huge concern, but stil better to fix it. Fixed the parsing and also added a test to verify. Reviewed By: avasylev Differential Revision: D50098977 fbshipit-source-id: 3dc3ade9a7691ef5f4f15ecea212aa4f7f9cf612
- Loading branch information
1 parent
1dd11cf
commit 8d34c0f
Showing
3 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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