[pve-devel] [PATCH] implement ipset ip/net groups
    Dietmar Maurer 
    dietmar at proxmox.com
       
    Fri Mar 28 09:39:26 CET 2014
    
    
  
> groups.fw
> ---------
> [ipgroup ipgroup1]
> 
> 192.168.0.1
> 192.168.0.2
> 192.168.0.3
> 
> [ipgroup ipgroup2]
> 
> 192.168.0.3
> 192.168.0.4
> 
> [netgroup netgroup1]
> 
> 192.168.0.0/24
> 10.0.0.0/8
Stupid question, but why do we need different types - netgroups and ipgroup?
We can easily represent a single IP as network:  192.168.0.1/32
or is there a problem with that?
    
    
More information about the pve-devel
mailing list