diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-04-06 09:41:00 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-04-06 09:41:00 +0000 |
commit | 886d9afc793fa2a719b32270df4b2fb453a02ad7 (patch) | |
tree | 8a72c30c5ff5da330957685dbfc8baf94d35a591 /releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml | |
parent | 35d70db4c1f6b8f2f28835ef1880b58d3cb551d6 (diff) | |
parent | 7268d1ae146bb9aa5e23ee3330457a4eb5a71fd8 (diff) |
Merge "Add network sysctl tweaks for security"
Diffstat (limited to 'releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml')
-rw-r--r-- | releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml b/releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml new file mode 100644 index 00000000..bb2543f2 --- /dev/null +++ b/releasenotes/notes/enable-logging-suspicious-packets-d5545586f917d2ca.yaml @@ -0,0 +1,9 @@ +--- +upgrade: + - | + The net.ipv4.conf.default.log_martians & net.ipv4.conf.all.log_martians are + now set to 1 to enable logging of suspicious packets. +security: + - | + Logging of suspicious packets allows an administrator to investigate the + spoofed packets sent to their system. |