]> git.proxmox.com Git - pve-common.git/blobdiff - src/PVE/Network.pm
Consider /31 and /32 valid subnet masks.
[pve-common.git] / src / PVE / Network.pm
index 71af2b889bbbd6da5ce6651581c6197bf531935d..ab073505710150a5a24bea052e52070117fe99a6 100644 (file)
@@ -71,6 +71,8 @@ our $ipv4_mask_hash_localnet = {
     '255.255.255.240' => 28,
     '255.255.255.248' => 29,
     '255.255.255.252' => 30,
+    '255.255.255.254' => 31,
+    '255.255.255.255' => 32,
 };
 
 sub setup_tc_rate_limit {