4ce00a6ac3
- move static routes from role service-rclocal to scripts run by systemd unit - mv routing specific sysctl settings
18 lines
493 B
YAML
18 lines
493 B
YAML
---
|
|
sysctl_settings_gateway:
|
|
- name: net.ipv4.neigh.default.gc_thresh1
|
|
value: 1024
|
|
- name: net.ipv4.neigh.default.gc_thresh2
|
|
value: 2048
|
|
- name: net.ipv4.neigh.default.gc_thresh3
|
|
value: 4096
|
|
- name: net.ipv6.conf.all.autoconf
|
|
value: 0
|
|
- name: net.ipv6.conf.default.autoconf
|
|
value: 0
|
|
- name: net.ipv6.neigh.default.gc_thresh1
|
|
value: 1024
|
|
- name: net.ipv6.neigh.default.gc_thresh2
|
|
value: 2048
|
|
- name: net.ipv6.neigh.default.gc_thresh3
|
|
value: 4096
|