[pve-devel] [RFC firewall/manager/network/proxmox{-ve-rs, -firewall} 00/15] add forward chain firewalling for hosts and bridges
Stefan Hanreich
s.hanreich at proxmox.com
Wed Sep 11 14:31:43 CEST 2024
Some notes on the dependencies of this series, since I forgot to include
it in my cover letter.
This series is based on my initial SDN integration patch series [1] -
with one additional patch (I haven't sent a v2 for that yet):
diff --git a/proxmox-ve-config/src/sdn/config.rs
b/proxmox-ve-config/src/sdn/config.rs
index 8a7316d..328c58c 100644
--- a/proxmox-ve-config/src/sdn/config.rs
+++ b/proxmox-ve-config/src/sdn/config.rs
@@ -134,7 +134,7 @@ impl Display for DhcpType {
pub struct ZoneRunningConfig {
#[serde(rename = "type")]
ty: ZoneType,
- dhcp: DhcpType,
+ dhcp: Option<DhcpType>,
}
proxmox-firewall depends on proxmox-ve-rs
pve-firewall depends on the proxmox-perl-rs from the SDN integration
pve-network depends on pve-firewall
pve-manager depends on pve-{network, manager}
For your convenience I have the state of the series available on my
staff repos:
staff/s.hanreich/proxmox-ve-rs (firewall-forward)
staff/s.hanreich/proxmox-firewall (firewall-forward)
staff/s.hanreich/proxmox-perl-rs (sdn-integration-fw)
[1] https://lists.proxmox.com/pipermail/pve-devel/2024-July/064682.html
More information about the pve-devel
mailing list