Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(bugfix) [3.3.1] Only execute ipv6 commands when 'IPv6_is_enabled' is set #32

Conversation

jvleminc
Copy link
Collaborator

@jvleminc jvleminc commented Feb 2, 2021

The following task might fail when ipv6 is not enabled (IPv6_is_enabled):

   - name: 3.3.1 Ensure source routed packets are not accepted | ipv6 load"
      shell: |
        sysctl -w net.ipv6.conf.all.accept_source_route=0
        sysctl -w net.ipv6.conf.default.accept_source_route=0
        sysctl -w net.ipv6.route.flush=1

@jvleminc jvleminc requested a review from alivx February 2, 2021 20:18
@alivx alivx merged commit 97ec87a into master Feb 2, 2021
@jvleminc jvleminc deleted the bugfix/reject_source_routed_packets_for_ipv6_only_when_ipv6_enabled branch February 3, 2021 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants