You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
933 B

  1. From ea31f225c2c93a25b8bef7a9241a89cecfd9d350 Mon Sep 17 00:00:00 2001
  2. From: Baptiste Assmann <bedis9@gmail.com>
  3. Date: Fri, 17 Jul 2015 21:59:42 +0200
  4. Subject: [PATCH 2/4] DOC: usesrc root privileges requirements
  5. The "usesrc" parameter of the source statement requires root privileges.
  6. (cherry picked from commit 91bd337d90cb347feda34b01402f3471c8a4833c)
  7. ---
  8. doc/configuration.txt | 2 ++
  9. 1 file changed, 2 insertions(+)
  10. diff --git a/doc/configuration.txt b/doc/configuration.txt
  11. index 6714afb..64697a4 100644
  12. --- a/doc/configuration.txt
  13. +++ b/doc/configuration.txt
  14. @@ -6117,6 +6117,8 @@ source <addr>[:<port>] [interface <name>]
  15. is possible at the server level using the "source" server option. Refer to
  16. section 5 for more information.
  17. + In order to work, "usesrc" requires root privileges.
  18. +
  19. Examples :
  20. backend private
  21. # Connect to the servers using our 192.168.1.200 source address
  22. --
  23. 2.3.6