Skip to content

Commit

Permalink
Merge pull request #7300 from freedomofpress/obsolete-ipv6
Browse files Browse the repository at this point in the history
Remove now unused sysctl_flags_ipv6
  • Loading branch information
zenmonkeykstop authored Oct 30, 2024
2 parents 58abd71 + df0a4c2 commit 2e75355
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions install_files/ansible-base/roles/common/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ sysctl_flags:
- name: "net.ipv4.conf.default.send_redirects"
value: "0"

# Store IPv6-related sysctl flags separately, for distro-specific handling
sysctl_flags_ipv6:
- name: "net.ipv6.conf.all.disable_ipv6"
value: "1"
- name: "net.ipv6.conf.default.disable_ipv6"
value: "1"
- name: "net.ipv6.conf.lo.disable_ipv6"
value: "1"

unused_packages:
- libiw30
- wireless-tools
Expand Down

0 comments on commit 2e75355

Please sign in to comment.