keepalived: add patch to remove log message on json output
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 16 Apr 2024 07:11:11 +0000 (09:11 +0200)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Wed, 8 May 2024 09:04:37 +0000 (11:04 +0200)
commit335c0bb62d20ac8a1d4dc0c6c7fbcfd36808b8bd
treef74cf7374688e37727443d0df7da207a3466d704
parent60a63ef620183da616fe0319138858e6f6a26eb0
keepalived: add patch to remove log message on json output

The 'luci-app-keepalived' uses the status json output to parse this
information for the status page. The problem is that when the LuCI
status page is open in the browser, the query is logged every 3 second into
the syslog. This is not needed and can therefore be removed.

This patch was already merged upstream:
https://github.com/acassen/keepalived/commit/6cce75f4eb65551a61d2e4ba775637b288c1d592

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
net/keepalived/Makefile
net/keepalived/patches/0001-vrrp-remove-logging-on-status-output.patch [new file with mode: 0644]