mirror of
https://github.com/Kicksecure/security-misc.git
synced 2026-01-09 18:40:58 -05:00
Minor comment fixes
This commit is contained in:
parent
f8ac896b87
commit
436308ae4e
1 changed files with 2 additions and 3 deletions
|
|
@ -620,15 +620,14 @@ net.ipv4.tcp_tw_reuse=0
|
|||
## Martian and unroutable packets may be used for malicious purposes.
|
||||
## Recommended to keep a (kernel dmesg) log of these to identify suspicious packets.
|
||||
## Useful for troubleshooting and diagnostics but not necessary by default.
|
||||
## Known to cause performance issues, especially on systems with multiple interfaces.
|
||||
## Previously known to cause performance issues, especially on systems with multiple interfaces.
|
||||
## This no longer seems to be a problem.
|
||||
##
|
||||
## https://wiki.archlinux.org/title/Sysctl#Log_martian_packets
|
||||
## https://www.cyberciti.biz/faq/linux-log-suspicious-martian-packets-un-routable-source-addresses/
|
||||
## https://support.scc.suse.com/s/kb/Martian-sources-errors-showing-in-messages-log?language=en_US
|
||||
## https://github.com/Kicksecure/security-misc/issues/214
|
||||
##
|
||||
## The logging of martian packets is currently disabled.
|
||||
##
|
||||
net.ipv4.conf.*.log_martians=1
|
||||
|
||||
## Enable IPv6 Privacy Extensions to prefer temporary addresses over public addresses.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue