Files
packages/net/keepalived
Rishabh efed5cf1a6 keepalived: use section vrrp_script for option track_script
`track_script` and `vrrp_script` are both sections that run custom scripts
which handle priority of a vrrp_instance.
`track_script` is not supported by this uci implementation

`vrrp_instance` was still trying to fetch config for track_script from section
'track_script'.

After the changes, when listing track_script in vrrp_instance,
it tries to fetch config from section `vrrp_script` which is supported.

Signed-off-by: Rishabh <rishabhshah2005@gmail.com>
2026-04-27 14:28:04 +02:00
..
2025-09-04 08:34:13 +02:00