Re: [Dnsmasq-discuss] [PATCH 1/1] Set conntrack mark before connect() call.

2014-10-03 Thread Simon Kelley
On 30/09/14 13:50, Karl Vogel wrote: > SO_MARK has to be done before issuing the connect() call on the > TCP socket. > --- > src/forward.c | 35 ++- > 1 files changed, 18 insertions(+), 17 deletions(-) > Patch applied. Thanks. Cheers, Simon. __

[Dnsmasq-discuss] [PATCH 1/1] Set conntrack mark before connect() call.

2014-09-30 Thread Karl Vogel
SO_MARK has to be done before issuing the connect() call on the TCP socket. --- src/forward.c | 35 ++- 1 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/forward.c b/src/forward.c index 4895efe..c9dedc3 100644 --- a/src/forward.c +++ b/src/forwa