diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-05-20 12:26:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-20 13:26:40 +0300 |
| commit | 3498a7a4ff8637f32922df9bf8742f2e2031859d (patch) | |
| tree | 1b34e3e04ca04833688fad0df4ce9d1bea85134d /data | |
| parent | 2430dd1db9c81f4f61d7629a1d9d9dbcd798a4b2 (diff) | |
| download | vyos-1x-3498a7a4ff8637f32922df9bf8742f2e2031859d.tar.gz vyos-1x-3498a7a4ff8637f32922df9bf8742f2e2031859d.zip | |
T6933: fix "system option performance" overwrites sysctl parameters from firewall (#5206)
sysctl values written by firewall global-options are overwritten when using
"system option performance" configuration on VyOS CLI. This is caused by a
missing dependency fall from system_option.py to the firewall CLI helper script.
Diffstat (limited to 'data')
| -rw-r--r-- | data/config-mode-dependencies/vyos-1x.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/config-mode-dependencies/vyos-1x.json b/data/config-mode-dependencies/vyos-1x.json index 2337cb74b..6b9cc0e42 100644 --- a/data/config-mode-dependencies/vyos-1x.json +++ b/data/config-mode-dependencies/vyos-1x.json @@ -108,6 +108,7 @@ }, "system_option": { "ip_ipv6": ["system_ip", "system_ipv6"], + "firewall": ["firewall"], "sysctl": ["system_sysctl"] }, "system_logs": { |
