[pve-devel] applied-series: [PATCH docs/firewall/manager/network v6 00/10] add forward chain firewalling for hosts and vnets

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Nov 19 16:59:19 CET 2024


Am 19.11.24 um 13:22 schrieb Stefan Hanreich:
> pve-firewall:
> 
> Stefan Hanreich (3):
>   sdn: add vnet firewall configuration
>   api: add vnet endpoints
>   firewall: move to arrow syntax for calling functions
> 
>  src/PVE/API2/Firewall/Helpers.pm |  14 ++
>  src/PVE/API2/Firewall/Makefile   |   1 +
>  src/PVE/API2/Firewall/Rules.pm   |  84 ++++++++++++
>  src/PVE/API2/Firewall/Vnet.pm    | 155 +++++++++++++++++++++++
>  src/PVE/Firewall.pm              | 211 ++++++++++++++++++++++++-------
>  src/PVE/Firewall/Helpers.pm      |  12 ++
>  6 files changed, 433 insertions(+), 44 deletions(-)
>  create mode 100644 src/PVE/API2/Firewall/Vnet.pm
> 
> 
> pve-manager:
> 
> Stefan Hanreich (5):
>   firewall: add forward direction to rule panel
>   firewall: add vnet to firewall options component
>   firewall: make base_url dynamically configurable in options component
>   sdn: add firewall panel
>   firewall: rules: show warning when creating forward rules
> 
>  www/manager6/Makefile                |   2 +
>  www/manager6/dc/Config.js            |   9 +++
>  www/manager6/dc/SecurityGroups.js    |   1 +
>  www/manager6/grid/FirewallOptions.js |  74 +++++++++++++++----
>  www/manager6/grid/FirewallRules.js   | 103 +++++++++++++++++++++++----
>  www/manager6/lxc/Config.js           |   1 +
>  www/manager6/node/Config.js          |   1 +
>  www/manager6/qemu/Config.js          |   1 +
>  www/manager6/sdn/FirewallPanel.js    |  50 +++++++++++++
>  www/manager6/sdn/FirewallVnetView.js |  77 ++++++++++++++++++++
>  10 files changed, 293 insertions(+), 26 deletions(-)
>  create mode 100644 www/manager6/sdn/FirewallPanel.js
>  create mode 100644 www/manager6/sdn/FirewallVnetView.js
> 
> 
> pve-network:
> 
> Stefan Hanreich (1):
>   firewall: add endpoints for vnet-level firewall
> 
>  src/PVE/API2/Network/SDN/Vnets.pm | 6 ++++++
>  1 file changed, 6 insertions(+)
> 
> 
> pve-docs:
> 
> Stefan Hanreich (1):
>   firewall: add documentation for forward direction and vnet zone
> 
>  Makefile                      |  1 +
>  gen-pve-firewall-vnet-opts.pl | 12 +++++
>  pve-firewall-vnet-opts.adoc   |  8 +++
>  pve-firewall.adoc             | 98 ++++++++++++++++++++++++++++++++---
>  4 files changed, 112 insertions(+), 7 deletions(-)
>  create mode 100755 gen-pve-firewall-vnet-opts.pl
>  create mode 100644 pve-firewall-vnet-opts.adoc
> 
> 
> Summary over all repositories:
>   21 files changed, 844 insertions(+), 77 deletions(-)
> 


applied, thanks!




More information about the pve-devel mailing list