This looks wrong to me.. Netfilter is not TPROXY and does not require
libcap.

The libcap requirement test for TPROXY is further down I think, or at
least it looked so from the rest of the diff..


ons 2009-08-12 klockan 21:38 +1200 skrev Amos Jeffries:

> +dnl Netfilter TPROXY depends on libcap but the NAT parts can still work.
> +if test "$LINUX_NETFILTER" = "yes" && test "$use_caps" != "yes" ; then
> +    AC_MSG_WARN([Missing needed capabilities (libcap or libcap2) for TPROXY])
> +    AC_MSG_WARN([Linux Transparent Proxy support WILL NOT be enabled])
> +    AC_MSG_WARN([Reduced support to Interception Proxy])
> +    sleep 10
> +fi


Reply via email to