UmVirt LFS Package info

DB commit: 34a83c7a68a930f721bd7a7f9cb2c2ac41e76ba8
APP commit: 0bd167a48557b5a14ac68d0229893245aacc7f12
[ 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.5.tar.xz
Source directory: nftables-1.1.5
Package URL: nftables-1.1.5.tar.xz
Package md5-checksum URL: nftables-1.1.5.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