summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorNataliia Solomko <natalirs1985@gmail.com>2024-07-23 12:46:41 +0300
committerChristian Breunig <christian@breunig.cc>2024-07-25 13:19:53 +0200
commitf3f38ed9c10fb07c48e0105dda202dab0d1363e8 (patch)
tree95f59be8a80ba5350af32e47889e284cdf49411f /data
parent36146511fca98a5223fb035a9acde14c4b8a734b (diff)
downloadvyos-1x-mergify/bp/circinus/pr-3853.tar.gz
vyos-1x-mergify/bp/circinus/pr-3853.zip
system_option: T5552: Apply IPv4 and IPv6 options after reapplying sysctls by TuneDmergify/bp/circinus/pr-3853
(cherry picked from commit 7b82e4005724683c6311fab22358746f2cca4c1b)
Diffstat (limited to 'data')
-rw-r--r--data/config-mode-dependencies/vyos-1x.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json
index 3f381169b..ca4ceb58f 100644
--- a/data/config-mode-dependencies/vyos-1x.json
+++ b/data/config-mode-dependencies/vyos-1x.json
@@ -59,5 +59,9 @@
"wireguard": ["interfaces_wireguard"],
"wireless": ["interfaces_wireless"],
"wwan": ["interfaces_wwan"]
+ },
+ "system_option": {
+ "ip": ["system_ip"],
+ "ipv6": ["system_ipv6"]
}
}