mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-03 20:39:41 -05:00
[DOC] report minimum kernel version for tproxy in the Makefile
This commit is contained in:
parent
9508c1c625
commit
b94af61901
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue