forked from OISF/suricata
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add XDP Syncookie user guide with AF_PACKET IDS, host syncookie setting, iptables SYNPROXY...etc. Use ./script/clang-format.sh rewrite-branch to correct the code style. Signed-off-by: Vincent Li <[email protected]>
- Loading branch information
1 parent
7fa0f55
commit a61b691
Showing
13 changed files
with
892 additions
and
866 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ | |
#define __VMLINUX_COMMON_H__ | ||
|
||
enum { | ||
false = 0, | ||
true = 1, | ||
false = 0, | ||
true = 1, | ||
}; | ||
|
||
typedef _Bool bool; | ||
|
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
Oops, something went wrong.