Skip to content

Commit

Permalink
Merge pull request #54 from alpozcan/bugfix-flush-ipv6-sysctl-paths
Browse files Browse the repository at this point in the history
3.3.1-2 Trigger flush on IPv6 sysctl path after modifying IPv6 routing
  • Loading branch information
chandanchowdhury authored Apr 5, 2019
2 parents e5d5e90 + d0a5a5d commit 1e159f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/level-1/3.3.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
with_items:
- "sysctl -w net.ipv6.conf.all.accept_ra=0"
- "sysctl -w net.ipv6.conf.default.accept_ra=0"
- "sysctl -w net.ipv4.route.flush=1"
- "sysctl -w net.ipv6.route.flush=1"
ignore_errors: true
tags:
- level-1
Expand Down
2 changes: 1 addition & 1 deletion tasks/level-1/3.3.2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
with_items:
- "sysctl -w net.ipv6.conf.all.accept_redirects=0"
- "sysctl -w net.ipv6.conf.default.accept_redirects=0"
- "sysctl -w net.ipv4.route.flush=1"
- "sysctl -w net.ipv6.route.flush=1"
ignore_errors: true
tags:
- level-1
Expand Down

0 comments on commit 1e159f8

Please sign in to comment.