aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes/notes/add-ipv6-diable-options-9aaee219bb87ac6a.yaml
blob: 8b57f5879c86f057d750de494631adc18076f935 (plain)
1
2
3
4
5
6
7
---
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.