Skip to content

Commit 2597854

Browse files
authored
Merge pull request #449 from lduesing/enable_ipv6
Removed sysctl that tries to disable IPv6
2 parents 735c905 + 0beeb3e commit 2597854

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roles/os_hardening/defaults/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ sysctl_config:
236236
net.ipv6.conf.default.accept_redirects: 0
237237
net.ipv6.conf.all.accept_redirects: 0
238238

239-
# Disable IPv6 | sysctl-18
240-
net.ipv6.conf.all.disable_ipv6: 1
241-
242239
# Ignore RAs on Ipv6. | sysctl-25
243240
net.ipv6.conf.all.accept_ra: 0
244241
net.ipv6.conf.default.accept_ra: 0

0 commit comments

Comments
 (0)