Re: [cifs] cifs: Allow binding to local IP address.

2010-08-31 Thread Jeff Layton
On Tue, 31 Aug 2010 09:44:39 -0700 Ben Greear gree...@candelatech.com wrote: On 08/31/2010 07:06 AM, Jeff Layton wrote: On Mon, 30 Aug 2010 22:40:22 -0700 Ben Greeargree...@candelatech.com wrote: When using multi-homed machines, it's nice to be able to specify the local IP to use for

[cifs] cifs: Allow binding to local IP address.

2010-08-30 Thread Ben Greear
When using multi-homed machines, it's nice to be able to specify the local IP to use for outbound connections. This patch gives cifs the ability to bind to a particular IP address. Usage: mount -t cifs -o srcaddr=192.168.1.50,user=foo, ... Usage: mount -t cifs -o

Re: [cifs] cifs: Allow binding to local IP address.

2010-08-30 Thread Ben Greear
On 08/30/2010 10:40 PM, Ben Greear wrote: When using multi-homed machines, it's nice to be able to specify the local IP to use for outbound connections. This patch gives cifs the ability to bind to a particular IP address. Usage: mount -t cifs -o srcaddr=192.168.1.50,user=foo, ...

[cifs] cifs: Allow binding to local IP address.

2010-08-25 Thread Ben Greear
When using multi-homed machines, it's nice to be able to specify the local IP to use for outbound connections. This patch gives cifs the ability to bind to a particular IP address. Usage: mount -t cifs -o bindaddr=192.168.1.50,user=foo, ... Signed-off-by: Ben Greear gree...@candelatech.com ---