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 {
type = natural;
default = 24;
description = "Strip N bits from IPv4 addresses if lookupBySubnet is true";
};
IPv6CIDR = mkOption {
type = natural;
default = 64;
description = "Strip N bits from IPv6 addresses if lookupBySubnet is true";
};
privacy = mkOption {
type = bool;