UmVirt LFS Package info
DB commit: f64c98382982c764c3ba140bfcbbc73d93096acd
APP commit: e09dc78145b10de9481608254eb2ac99efd0068b
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 file size: 990172
Source file MD5-checkum: 96ca678f700c8a6da707ce1c8b758324
Source directory: nftables-1.1.3
Package URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nftables-1.1.3.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.3/packages/n/nftables-1.1.3.tar.xz.md5sum
Dependances: libmnl, libnftnl, python3-build.
Dependance of: firewalld, lxc, 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