Commit 14545a9e authored by nanahira's avatar nanahira

fix ra

parent 8b98641d
......@@ -46,6 +46,18 @@
name: net.ipv6.conf.default.use_tempaddr
value: 0
sysctl_set: true
- name: net.ipv6.conf.all.accept_ra
become: true
sysctl:
name: net.ipv6.conf.all.accept_ra
value: 2
sysctl_set: true
- name: net.ipv6.conf.default.accept_ra
become: true
sysctl:
name: net.ipv6.conf.default.accept_ra
value: 2
sysctl_set: true
- name: TCP BBR
become: true
sysctl:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment