[sr-dev] git:master: permissions: Update docs about "mask" field. We do support IPv6 .

Olle E. Johansson oej at edvina.net
Thu Sep 25 20:22:46 CEST 2014


Module: sip-router
Branch: master
Commit: 59fdd0a402ebac61d882ac2c579b87a0ec27eaef
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=59fdd0a402ebac61d882ac2c579b87a0ec27eaef

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date:   Thu Sep 25 20:22:16 2014 +0200

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

---

 modules/permissions/README                    |    5 +++--
 modules/permissions/doc/permissions_admin.xml |    3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/modules/permissions/README b/modules/permissions/README
index ab59421..6b872fc 100644
--- a/modules/permissions/README
+++ b/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".
 
diff --git a/modules/permissions/doc/permissions_admin.xml b/modules/permissions/doc/permissions_admin.xml
index d1c7972..82785d5 100644
--- a/modules/permissions/doc/permissions_admin.xml
+++ b/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>




More information about the sr-dev mailing list