mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
community/keepalived: build with nftables support
Enable nftables support so keepalived can enforce VRRP no_accept mode and properly handle VMAC multicast filtering. Without firewall support (nftables or iptables), these features are non-functional, leading to incorrect traffic acceptance on BACKUP nodes and improper multicast behavior. This is enabled by default if libnftnl is found. I think that it was disabled by accident, not intentionally. This change increases keepalived size by 32 kiB and add dependency on libnftnl (180 kiB) and libmnl (40 kiB).
This commit is contained in:
parent
9eb2589494
commit
e0fe0621ab
@ -13,6 +13,7 @@ makedepends="
|
||||
autoconf
|
||||
automake
|
||||
libnfnetlink-dev
|
||||
libnftnl-dev
|
||||
libnl3-dev
|
||||
linux-headers
|
||||
net-snmp-dev
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user