Wrapper library for Linux netlink, netfilter, netfilter_queue and nftables for Zig.
First, update your build.zig.zon:
zig fetch --save git+https://github.com/gerwin3/netlinkz.gitAdd this snippet to your build.zig script:
const netlinkz_dep = b.dependency("netlinkz", .{
.target = target,
.optimize = optimize,
});
your_compilation.root_module.addImport("netlinkz", netlinkz_dep.module("netlinkz"));This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).