summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-keepalived
AgeCommit message (Collapse)Author
2024-05-10luci-app-keepalived: fix copy past error for the debug optionFlorian Eckert
The 'debug' configuration option in the LuCI incorrectly overwrites the 'preempt_delay' configuration option due to a copy past error. Using the correct uci configuration option 'debug' fixes this error. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-05-10luci-app-keepalived: fix nopreempt value handlingFlorian Eckert
The 'nopreempt' option is marked with the prefix 'no_value_' in the keepalived init script. This means that if the value is not set in the keepalived configuration, it must be removed from the uci configuration. To get this behavior, the rmempty flag in the LuCI must be removed. fixes #7114 Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-29luci-app-keepalived: add missing cbi class section and descriptionFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-29luci-app-keepalived: fix indentationFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-29luci-app-keepalived: move status page to status menuFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-04-29luci-app-keepalived: rename menu entry to more common name VRRPFlorian Eckert
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
2024-02-12luci-app-keepalived: drive-by fixesPaul Donald
Signed-off-by: Paul Donald <newtwen@gmail.com>
2023-09-24applications: remove LUCI_PKGARCH:=allSergey Ponomarev
This is anyway default Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
2022-10-23luci-app-keepalived: Add LuCI for keepalivedJaymin Patel
LuCI Support for Keepalived Signed-off-by: Jaymin Patel <jem.patel@gmail.com>