keepalived: remove not supported notify script handling
authorFlorian Eckert <fe@dev.tdt.de>
Mon, 29 Apr 2024 08:14:41 +0000 (10:14 +0200)
committerFlorian Eckert <fe@dev.tdt.de>
Mon, 29 Apr 2024 08:22:13 +0000 (10:22 +0200)
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>
net/keepalived/Makefile
net/keepalived/files/keepalived.config

index b04e45e9355e0bfd640019304461921c5ac922d7..f020e11f8255abb8718f72f29e7f86d49e71bf35 100644 (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
index 7c1975ad5a616f768c5a607e9ba07c4625af755a..3fc714f5904317f4ef2475ace10f206fe08da535 100644 (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"