postgrey: add descriptions to IPv?CIDR

This commit is contained in:
Gregor Kleen 2017-01-02 15:12:39 +01:00
parent 06bcdc177c
commit e196ad2c66

View File

@ -94,10 +94,12 @@ in {
IPv4CIDR = mkOption { IPv4CIDR = mkOption {
type = natural; type = natural;
default = 24; default = 24;
description = "Strip N bits from IPv4 addresses if lookupBySubnet is true";
}; };
IPv6CIDR = mkOption { IPv6CIDR = mkOption {
type = natural; type = natural;
default = 64; default = 64;
description = "Strip N bits from IPv6 addresses if lookupBySubnet is true";
}; };
privacy = mkOption { privacy = mkOption {
type = bool; type = bool;