Browse Source

permissions: Update docs about "mask" field. We do support IPv6.

Olle E. Johansson 11 years ago
parent
commit
59fdd0a402
2 changed files with 5 additions and 3 deletions
  1. 3 2
      modules/permissions/README
  2. 2 1
      modules/permissions/doc/permissions_admin.xml

+ 3 - 2
modules/permissions/README

@@ -520,8 +520,9 @@ modparam("permissions", "ip_addr_col", "ip_address")
 
 3.10. mask_col (string)
 
-   Name of address table column containing the network mask of the IPv4
-   address. Possible values are 0-32.
+   Name of address table column containing the network mask of the
+   address. Possible values are 0-32 for IPv4 and 0-128 for IPv6
+   addresses.
 
    Default value is "mask".
 

+ 2 - 1
modules/permissions/doc/permissions_admin.xml

@@ -519,7 +519,8 @@ modparam("permissions", "ip_addr_col", "ip_address")
 		<title><varname>mask_col</varname> (string)</title>
 		<para>
 		Name of address table column containing the network mask of
-		the IPv4 address.  Possible values are 0-32.
+		the address.  Possible values are 0-32 for IPv4 and 0-128 for
+		IPv6 addresses.
 		</para>
 		<para>
 		<emphasis>