Skip to content

gerwin3/netlinkz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netlink, Netfilter, Nftables for Zig

Wrapper library for Linux netlink, netfilter, netfilter_queue and nftables for Zig.

Installation

First, update your build.zig.zon:

zig fetch --save git+https://github.com/gerwin3/netlinkz.git

Add 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"));

License

This project is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

About

netlink, netfilter, netfilter_queue and nftables for Zig

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published