tripleo-heat-templates/releasenotes/notes/add-ipv6-diable-options-9aaee219bb87ac6a.yaml
zshi d22484d389 Add IPv6 disable option
This will give user the ability to set these values,
if IPv6 is not to be used, it's recommended that it be
disabled to reduce the attack surface of the system.

Change-Id: Ib3142cce49b93a421ca142a59961ce49a77e66b1
Co-Authored-By: Luke Hinds <lhinds@redhat.com>
Signed-off-by: zshi <zshi@redhat.com>
2017-04-11 15:29:04 +08:00

8 lines
314 B
YAML

---
security:
- |
Add IPv6 disable option and make it configurable for user to disable IPv6
when it's not used, this will descrease the risk of ipv6 attack.
Both net.ipv6.conf.default.disable_ipv6 & net.ipv6.conf.all.disable_ipv6
will be explicitly set to the default value (0) which is enabled.