[pve-devel] [PATCH firewall/docs/manager 0/5] fix #2645 and introduce new icmp-type parameter
Mira Limbeck
m.limbeck at proxmox.com
Wed Apr 29 15:45:22 CEST 2020
The first 2 pve-firewall patches contain the actual fix to #2645. As we
ignore warnings when pve-firewall is run as a daemon, we don't get any
information regarding invalid icmp-types in the logs. To get these
messages you have to run pve-firewall compile and look at the output.
Patch 3 introduces the new 'icmp-type' parameter.
Patch 5 depends on Patch 3 as it uses the new 'icmp-type' parameter in
the API calls.
Mira Limbeck (3):
fix iptables-restore failing if icmp-type value > 255
fix wrong icmpv6 types
introduce new icmp-type parameter
src/PVE/API2/Firewall/Rules.pm | 4 ++
src/PVE/Firewall.pm | 73 ++++++++++++++++++++++++++++++++--
2 files changed, 73 insertions(+), 4 deletions(-)
Mira Limbeck (1):
add documentation for the new icmp-type parameter
pve-firewall-rules-opts.adoc | 4 ++++
1 file changed, 4 insertions(+)
Mira Limbeck (1):
change icmp type selector to a combogrid
www/manager6/grid/FirewallRules.js | 173 ++++++++++++++++++++++++++++-
1 file changed, 169 insertions(+), 4 deletions(-)
--
2.20.1
More information about the pve-devel
mailing list