ftp-proxy: use correct incoming rdomain

2012-03-06 Thread Mike Belopuhov
ftp-proxy has all the code to support on rdomain feature in place, just not used. the change below uses an rdomain obtained via the SO_RTABLE socket option of the accepted socket. OK? Index: filter.c === RCS file:

Re: ftp-proxy: use correct incoming rdomain

2012-03-06 Thread Claudio Jeker
On Tue, Mar 06, 2012 at 01:28:43PM +0100, Mike Belopuhov wrote: ftp-proxy has all the code to support on rdomain feature in place, just not used. the change below uses an rdomain obtained via the SO_RTABLE socket option of the accepted socket. OK? Looks good to me. Index: filter.c