From: Dietmar Maurer Date: Thu, 3 Apr 2014 07:25:28 +0000 (+0200) Subject: parse_address_list: only allow one ip range X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=3162af6b6288fdf740f6808421ad1ebc7993784c;hp=3162af6b6288fdf740f6808421ad1ebc7993784c;p=pve-firewall.git parse_address_list: only allow one ip range The previous check did not work if the range is the first entry in the list, for example: IN ACCEPT net0 10.0.0.1-10.0.0.10,10.0.0.12 ---