UmVirt LFS Package info

DB commit: 3c6efcfc536d7802c89703820d548c1aec13ba9b
APP commit: f0568a86eced844506f88e1faa2e7a1c73783ddf
[ 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 file size: 1008132
Source file MD5-checkum: 45fcdb9494181ef86bb71e9728845a0c
Source directory: nftables-1.1.5
Package URL: https://umvirt.com/linux/downloads/0.2.4/packages/n/nftables-1.1.5.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.4/packages/n/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