From: Alan T. DeKok Date: Fri, 27 May 2016 00:58:19 +0000 (-0400) Subject: notes on use_tunneled_reply and copy_request_to_tunnel X-Git-Tag: branch_3_1_x~309 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa3e6f8c0daf8fa6654f8d8ed6cf930fa10651d;p=thirdparty%2Ffreeradius-server.git notes on use_tunneled_reply and copy_request_to_tunnel Tho we still have to write those policies. --- diff --git a/raddb/README.rst b/raddb/README.rst index 3e8bdcae39d..ed743e242a8 100644 --- a/raddb/README.rst +++ b/raddb/README.rst @@ -88,6 +88,13 @@ cache. See ``raddb/sites-available/tls-cache`` for a better replacement. The OpenSSL cache can now be placed on disk, in memory, in memcache, or in a redis cache. +The ``use_tunneled_reply`` and ``copy_request_to_tunnel`` +configuration items have been removed. Their functionality has been +replaced with the ``use_tunneled_reply`` and +``copy_request_to_tunnel`` policies. See +``raddb/sites-available/inner-tunnel`` and ``raddb/policy.d/eap`` for +more information. + rlm_rest ~~~~~~~~