diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-01 09:25:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:18:59 +0700 |
commit | 2b64e25d6205acf649bca6339a9539ae34582eec (patch) | |
tree | 1dbceed09f50a994fad130085790d95976efc285 | |
parent | 9f1da54123fdf4783898aa29a82286af2976a03d (diff) | |
download | slackbuilds-2b64e25d6205acf649bca6339a9539ae34582eec.tar.gz |
network/keepalived: Enable nftables and libipset support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | network/keepalived/README | 2 | ||||
-rw-r--r-- | network/keepalived/keepalived.SlackBuild | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/network/keepalived/README b/network/keepalived/README index bf9df21cd2..5e28a766a0 100644 --- a/network/keepalived/README +++ b/network/keepalived/README @@ -13,5 +13,3 @@ this server entrie from the LVS topology. In addition keepalived implements an independent VRRPv2 stack to handle director failover. So in short keepalived is a userspace daemon for LVS cluster nodes healthchecks and LVS directors failover. - -WARNING: nftables and libipset support are disabled for Slackware 14.2 diff --git a/network/keepalived/keepalived.SlackBuild b/network/keepalived/keepalived.SlackBuild index 04227e1ce8..7604324464 100644 --- a/network/keepalived/keepalived.SlackBuild +++ b/network/keepalived/keepalived.SlackBuild @@ -88,8 +88,6 @@ CXXFLAGS="$SLKCFLAGS" \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-kernel-dir=/usr \ - --disable-nftables \ - --disable-libipset \ --build=$ARCH-slackware-linux make |