]> git.proxmox.com Git - pve-firewall.git/commit - src/PVE/Firewall.pm
fix multiport rules and add icmp type names
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Feb 2014 11:35:05 +0000 (12:35 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 26 Feb 2014 11:35:05 +0000 (12:35 +0100)
commit4b58651838d5194f55275bde1d4e929d3b86a647
treee03135c9b8b10a0f43f2b66076df5de2b14c9d50
parent6158271d858f23f6bdeef3ef52b48398be933d99
fix multiport rules and add icmp type names

Multiport module needs --dports/--sports (instead of --dport/--sport).
Also, a single port Range does not require --multiport.

Also added the ability to use icmp type name as 'dport' when proto is icmp.
PVE/Firewall.pm