X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=src%2FPVE%2FFirewall.pm;h=bf8f1931dfd425a300b2a059cc3f926997309362;hb=8dc9281247711ec4a61adddf59a1dd7d475de819;hp=60ba41d6a281a4c9a8c80d308bfb47da8bb5044f;hpb=3dfa8a7f6d1c3eae51fa410eb818fcc1bd0b7ed2;p=pve-firewall.git diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index 60ba41d..bf8f193 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -1503,7 +1503,7 @@ sub generate_nfqueue { $action .= " --queue-num $1"; } } - $action .= " --queue-bypass"; + $action .= " --queue-bypass" if $feature_ipset_nomatch; #need kernel 3.10 }else{ $action = "ACCEPT"; }