mirror of
https://git.proxmox.com/git/proxmox-firewall
synced 2025-08-17 03:11:02 +00:00
nftables: add crate for libnftables bindings
Co-authored-by: Wolfgang Bumiller <w.bumiller@proxmox.com> Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Reviewed-by: Max Carrara <m.carrara@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e4f0e222df
commit
c1589cc796
@ -1,4 +1,5 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
members = [
|
members = [
|
||||||
"proxmox-ve-config",
|
"proxmox-ve-config",
|
||||||
|
"proxmox-nftables",
|
||||||
]
|
]
|
||||||
|
16
proxmox-nftables/Cargo.toml
Normal file
16
proxmox-nftables/Cargo.toml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
[package]
|
||||||
|
name = "proxmox-nftables"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
authors = [
|
||||||
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
||||||
|
"Stefan Hanreich <s.hanreich@proxmox.com>",
|
||||||
|
"Proxmox Support Team <support@proxmox.com>",
|
||||||
|
]
|
||||||
|
description = "Proxmox VE nftables"
|
||||||
|
license = "AGPL-3"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
log = "0.4"
|
||||||
|
|
||||||
|
proxmox-ve-config = { path = "../proxmox-ve-config", optional = true }
|
0
proxmox-nftables/src/lib.rs
Normal file
0
proxmox-nftables/src/lib.rs
Normal file
Loading…
Reference in New Issue
Block a user