keepalived: use section vrrp_script for option track_script
authorRishabh <redacted>
Mon, 20 Apr 2026 17:02:57 +0000 (22:32 +0530)
committerFlorian Eckert <redacted>
Mon, 27 Apr 2026 12:28:04 +0000 (14:28 +0200)
commitefed5cf1a6b46c2bffc72dccabe09b13a2b2c0bb
treeeb6c93ee126493e08ba9bfe5cc59cbefb9bc1507
parent82f99e081501f8d70228c23c16db2e8650add32b
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 <redacted>
net/keepalived/files/keepalived.init
git clone https://git.99rst.org/PROJECT