From: Thomas Lamprecht <t.lamprecht@proxmox.com>
To: Proxmox VE development discussion <pve-devel@lists.proxmox.com>,
Stefan Hanreich <s.hanreich@proxmox.com>
Subject: [pve-devel] applied-series: [PATCH docs/firewall/manager/network v6 00/10] add forward chain firewalling for hosts and vnets
Date: Tue, 19 Nov 2024 16:59:19 +0100 [thread overview]
Message-ID: <ec19a5af-8535-4ac1-a82b-957bec41eeca@proxmox.com> (raw)
In-Reply-To: <20241119122257.132841-1-s.hanreich@proxmox.com>
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!
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
prev parent reply other threads:[~2024-11-19 15:59 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-19 12:22 [pve-devel] " Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-firewall v6 01/10] sdn: add vnet firewall configuration Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-firewall v6 02/10] api: add vnet endpoints Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-firewall v6 03/10] firewall: move to arrow syntax for calling functions Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-manager v6 04/10] firewall: add forward direction to rule panel Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-manager v6 05/10] firewall: add vnet to firewall options component Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-manager v6 06/10] firewall: make base_url dynamically configurable in " Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-manager v6 07/10] sdn: add firewall panel Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-manager v6 08/10] firewall: rules: show warning when creating forward rules Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-network v6 09/10] firewall: add endpoints for vnet-level firewall Stefan Hanreich
2024-11-19 12:22 ` [pve-devel] [PATCH pve-docs v6 10/10] firewall: add documentation for forward direction and vnet zone Stefan Hanreich
2024-11-19 15:59 ` Thomas Lamprecht [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ec19a5af-8535-4ac1-a82b-957bec41eeca@proxmox.com \
--to=t.lamprecht@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
--cc=s.hanreich@proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox