diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-05 17:09:07 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-08-23 08:06:24 +0200 |
commit | b393899709d00d42e6af391a6d3e3a2a29f67646 (patch) | |
tree | f0413a5b4b3a622778ce4d74cae131d466077af9 /data | |
parent | 6cfa688699a2460becc27175c14263985ebfdfd0 (diff) | |
download | vyos-1x-b393899709d00d42e6af391a6d3e3a2a29f67646.tar.gz vyos-1x-b393899709d00d42e6af391a6d3e3a2a29f67646.zip |
sysctl: T3204: restore sysctl setttings overwritten by tunedmergify/bp/sagitta/pr-3945
(cherry picked from commit 8500e8658ff10f52739143fd7814cf60c9195f16)
Diffstat (limited to 'data')
-rw-r--r-- | data/config-mode-dependencies/vyos-1x.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json index ca4ceb58f..9cfbffd96 100644 --- a/data/config-mode-dependencies/vyos-1x.json +++ b/data/config-mode-dependencies/vyos-1x.json @@ -60,8 +60,14 @@ "wireless": ["interfaces_wireless"], "wwan": ["interfaces_wwan"] }, + "system_ip": { + "sysctl": ["system_sysctl"] + }, + "system_ipv6": { + "sysctl": ["system_sysctl"] + }, "system_option": { - "ip": ["system_ip"], - "ipv6": ["system_ipv6"] + "ip_ipv6": ["system_ip", "system_ipv6"], + "sysctl": ["system_sysctl"] } } |