UmVirt LFS Package info

DB commit: 87572d7cf5c2e4fc6a7d33abc05341175a2c925a
APP commit: e905d50832f25d6e1ea1c062c557c2674e1072f0
[ BASH | XML | JSON ]

nftables

nftables replaces the popular {ip,ip6,arp,eb}tables. This software provides a new in-kernel packet classification framework that is based on a network-specific Virtual Machine (VM) and a new nft userspace command line tool. nftables reuses the existing Netfilter subsystems such as the existing hook infrastructure, the connection tracking system, NAT, userspace queueing and logging subsystem.

Package info

Template:
Codename: nftables
Source file: nftables-1.1.3.tar.xz
Source directory: nftables-1.1.3
Package URL: nftables-1.1.3.tar.xz
Package md5-checksum URL: nftables-1.1.3.tar.xz.md5sum
Dependances: libmnl, libnftnl, python3-build.
Dependance of: firewalld, lxc, dnsmasq, waydroid.
Patches: *** NO PATCHES FOUND ***
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
./configure \
    --prefix=/usr \
    --sbindir=/usr/bin \
    --sysconfdir=/usr/share \
    --with-json \
    --with-cli=readline \
    --disable-python \
    --disable-debug

Build script:
make

# Building the Python module separately due to the automatic build resulting
# in an incorrect directory structure and unimportable module (see FS#79229)

cd py
python3 -m build --wheel --no-isolation

Install script:
make install

python3 -m installer py/dist/*.whl