TS-3582: Change @dst_ip to @in_ip: UPDATE DOCS

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f28e7660
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f28e7660
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f28e7660

Branch: refs/heads/master
Commit: f28e766080c8f88c2ed0d36400a2aee0b8e17396
Parents: 48e3670
Author: Brian Geffon <bri...@apache.org>
Authored: Tue May 5 20:18:11 2015 -0700
Committer: Brian Geffon <bri...@apache.org>
Committed: Tue May 5 20:18:11 2015 -0700

----------------------------------------------------------------------
 doc/reference/configuration/remap.config.en.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f28e7660/doc/reference/configuration/remap.config.en.rst
----------------------------------------------------------------------
diff --git a/doc/reference/configuration/remap.config.en.rst 
b/doc/reference/configuration/remap.config.en.rst
index 35e996f..f870fe0 100644
--- a/doc/reference/configuration/remap.config.en.rst
+++ b/doc/reference/configuration/remap.config.en.rst
@@ -393,14 +393,14 @@ Examples
     map http://foo.example.com/  http://foo.example.com/ @action=deny 
@src_ip=1.2.3.4
     map http://foo.example.com/  http://foo.example.com/ @action=allow 
@src_ip=127.0.0.1
     
-    map http://foo.example.com/  http://foo.example.com/ @action=allow 
@src_ip=10.5.2.1 @dst_ip=72.209.23.4
+    map http://foo.example.com/  http://foo.example.com/ @action=allow 
@src_ip=10.5.2.1 @in_ip=72.209.23.4
 
     map http://foo.example.com/  http://foo.example.com/ @action=allow 
@src_ip=127.0.0.1 @method=post @method=get @method=head
 
 Note that these Acl filters will return a 403 response if the resource is 
restricted.
 
-The difference between ``@src_ip`` and ``@dst_ip`` is that the ``@src_ip`` is 
the client
-ip and the ``dst_ip`` is the ip address the client is connecting to (the 
incoming address).
+The difference between ``@src_ip`` and ``@in_ip`` is that the ``@src_ip`` is 
the client
+ip and the ``in_ip`` is the ip address the client is connecting to (the 
incoming address).
 
 Named Filters
 =============

Reply via email to