keepalived: remove not supported notify script handling

This is not supported by keepalived uci configuration. If a script
should be called by a notify event, then the script must be placed under
the directory '/etc/hotplug.d/keepalived'.

Reported-by: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
pull/24037/head
Florian Eckert 2024-04-29 10:14:41 +02:00
parent 6d5e404a0c
commit c02f124229
2 changed files with 1 additions and 10 deletions

View File

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=keepalived
PKG_VERSION:=2.2.8
PKG_RELEASE:=6
PKG_RELEASE:=7
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://www.keepalived.org/software

View File

@ -78,10 +78,6 @@ config global_defs
# list group "VI_1"
# list group "VI_2"
# option smtp_alert "1"
# option notify_backup "<switch-backup-state-script>"
# option notify_master "<switch-master-state-script>"
# option notify_fault "<switch-fault-state-script>"
# option notify "<switch-any-state-script>"
# option global_tracking 1
#config track_interface
@ -131,11 +127,6 @@ config global_defs
# option nopreempt "1"
# option preempt_delay "500"
# option debug "2"
# option notify_backup "<switch-backup-state-script>"
# option notify_master "<switch-master-state-script>"
# option notify_fault "<switch-fault-state-script>"
# option notify_stop "<switch-stop-state-script>"
# option notify "<switch-any-state-script>"
# option smtp_alert "1"
# option accept "1"