[pve-devel] applied: [PATCH proxmox-perl-rs v4 7/9] add PVE::RS::Firewall::SDN module

Thomas Lamprecht t.lamprecht at proxmox.com
Sun Nov 17 15:36:13 CET 2024


Am 15.11.24 um 13:09 schrieb Stefan Hanreich:
> Used for obtaining the IPSets that get autogenerated by the nftables
> firewall. The returned configuration has the same format as the
> pve-firewall uses internally, making it compatible with the existing
> pve-firewall code.
> 
> Signed-off-by: Stefan Hanreich <s.hanreich at proxmox.com>
> Reviewed-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
> Tested-by: Gabriel Goller <g.goller at proxmox.com>
> Tested-by: Hannes Dürr <h.duerr at proxmox.com>
> ---
>  pve-rs/Cargo.toml          |   1 +
>  pve-rs/Makefile            |   1 +
>  pve-rs/src/firewall/mod.rs |   1 +
>  pve-rs/src/firewall/sdn.rs | 130 +++++++++++++++++++++++++++++++++++++
>  pve-rs/src/lib.rs          |   1 +
>  5 files changed, 134 insertions(+)
>  create mode 100644 pve-rs/src/firewall/mod.rs
>  create mode 100644 pve-rs/src/firewall/sdn.rs
> 
>

applied, thanks!




More information about the pve-devel mailing list