Module: sip-router
Branch: 4.1
Commit: b2446a8ba6a80cf7b42839fb9aa04f5ed06767be
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2446a8…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Thu Mar 6 14:49:22 2014 +0100
nathelper: mention the match of a natted address against rfc6598 (carrier grade nat)
(cherry picked from commit 048448f059b64863d41ca146650f7d26b195cdce)
---
modules/nathelper/doc/nathelper_admin.xml | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/modules/nathelper/doc/nathelper_admin.xml
b/modules/nathelper/doc/nathelper_admin.xml
index c80a2d7..41b064e 100644
--- a/modules/nathelper/doc/nathelper_admin.xml
+++ b/modules/nathelper/doc/nathelper_admin.xml
@@ -587,7 +587,7 @@ fix_nated_register();
<itemizedlist>
<listitem><para>
<emphasis>1</emphasis> - Contact header field is searched
- for occurrence of RFC1918 addresses.
+ for occurrence of RFC1918 or rfc6598 addresses.
</para></listitem>
<listitem><para>
<emphasis>2</emphasis> - the "received" test is used: address
@@ -595,11 +595,11 @@ fix_nated_register();
</para></listitem>
<listitem><para>
<emphasis>4</emphasis> - Top Most VIA is searched
- for occurrence of RFC1918 addresses
+ for occurrence of RFC1918 or rfc6598 addresses
</para></listitem>
<listitem><para>
<emphasis>8</emphasis> - SDP is searched for occurrence of
- RFC1918 addresses
+ RFC1918 or rfc6598 addresses
</para></listitem>
<listitem><para>
<emphasis>16</emphasis> - test if the source port is different
@@ -607,7 +607,7 @@ fix_nated_register();
</para></listitem>
<listitem><para>
<emphasis>32</emphasis> - test if the source IP address of
- signaling is a RFC1918 address
+ signaling is a RFC1918 or rfc6598 address
</para></listitem>
<listitem><para>
<emphasis>64</emphasis> - test if the source connection of
@@ -633,7 +633,7 @@ fix_nated_register();
<function>is_rfc1918(ip_address)</function>
</title>
<para>
- Determines if the address in the parameter is an rfc1918 address.
+ Determines if the address in the parameter is an rfc1918 or rfc6598 address.
The parameter allows pseudo-variables usage.
</para>
<para>