From b393899709d00d42e6af391a6d3e3a2a29f67646 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Mon, 5 Aug 2024 17:09:07 +0200 Subject: sysctl: T3204: restore sysctl setttings overwritten by tuned (cherry picked from commit 8500e8658ff10f52739143fd7814cf60c9195f16) --- data/config-mode-dependencies/vyos-1x.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'data') 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"] } } -- cgit v1.2.3