]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DOC] report minimum kernel version for tproxy in the Makefile
authorArnaud Cornet <acornet@debian.org>
Sun, 25 Apr 2010 20:35:17 +0000 (22:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 25 Apr 2010 20:35:17 +0000 (22:35 +0200)
Makefile

index 1071c858084bbb5e0d84dbc0c652b070ca4d3bd3..58bec2c2ddcc02026d4becc50212b88de9af9b10 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@
 #   USE_SEPOLL           : enable speculative epoll(). Automatic.
 #   USE_STATIC_PCRE      : enable static libpcre. Recommended.
 #   USE_TPROXY           : enable transparent proxy. Automatic.
-#   USE_LINUX_TPROXY     : enable full transparent proxy (need kernel patch).
+#   USE_LINUX_TPROXY     : enable full transparent proxy (needs kernel 2.6.28).
 #   USE_LINUX_SPLICE     : enable kernel 2.6 splicing (broken on old kernels)
 #   USE_LIBCRYPT         : enable crypted passwords using -lcrypt
 #   USE_CRYPT_H          : set it if your system requires including crypt.h