From 91bd337d90cb347feda34b01402f3471c8a4833c Mon Sep 17 00:00:00 2001 From: Baptiste Assmann Date: Fri, 17 Jul 2015 21:59:42 +0200 Subject: [PATCH] DOC usesrc root privileges requirments The "usesrc" parameter of the source statement requires root privileges. --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index a8063127aa..7c90ff4fec 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6896,6 +6896,8 @@ source [:] [interface ] is possible at the server level using the "source" server option. Refer to section 5 for more information. + In order to work, "usesrc" requires root privileges. + Examples : backend private # Connect to the servers using our 192.168.1.200 source address -- 2.47.3