]> git.ipfire.org Git - people/ms/dnsmasq.git/commit - src/forward.c
Set conntrack mark before connect() call.
authorKarl Vogel <karl.vogel@gmail.com>
Fri, 3 Oct 2014 20:45:15 +0000 (21:45 +0100)
committerSimon Kelley <simon@thekelleys.org.uk>
Fri, 3 Oct 2014 20:45:15 +0000 (21:45 +0100)
commite9828b6f66b22ce8873f8d30a773137d1aef1b92
treec9c99f083954db2b49856cb1485c03f989da15f9
parent72eba2bffcebb2df50a02e1f394e50cd094f0d36
Set conntrack mark before connect() call.

SO_MARK has to be done before issuing the connect() call on the
TCP socket.
src/forward.c