aboutsummaryrefslogtreecommitdiff
path: root/net/keepalived/Config.in
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2022-03-08 14:52:37 +0100
committerFlorian Eckert <fe@dev.tdt.de>2022-03-14 12:00:31 +0100
commitbacc3a889fc775fa3697415f078ea34337c7c491 (patch)
tree5e5d517130a58978b12a344d95f17232695edc9e /net/keepalived/Config.in
parent94fb0da32cd2ba5e107841a6b08c230b476ec40d (diff)
keepalived: enable nftables filtering
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'net/keepalived/Config.in')
-rw-r--r--net/keepalived/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/net/keepalived/Config.in b/net/keepalived/Config.in
index 0cddf09f3..862398db1 100644
--- a/net/keepalived/Config.in
+++ b/net/keepalived/Config.in
@@ -71,6 +71,15 @@ config KEEPALIVED_IPTABLES
Builds support for using iptables/ipsets for filtering packets
to VIPs
+config KEEPALIVED_NFTABLES
+ depends on KEEPALIVED_VRRP
+ bool
+ default y
+ prompt "Enable nftables for VIP filtering"
+ help
+ Builds support for using nftables for filtering packets
+ to VIPs
+
config KEEPALIVED_SNMP_VRRP
depends on KEEPALIVED_VRRP
bool