Bug 2572 - --address can no longer be used with client mode
Summary: --address can no longer be used with client mode
Status: CLOSED FIXED
Alias: None
Product: rsync
Classification: Unclassified
Component: core (show other bugs)
Version: 2.6.4
Hardware: All Linux
: P3 normal (vote)
Target Milestone: ---
Assignee: Wayne Davison
QA Contact: Rsync QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-04 19:28 UTC by Yanko Kaneti
Modified: 2005-06-03 01:39 UTC (History)
0 users

See Also:


Attachments
Allow the --address option to be parsed in client mode. (1.73 KB, patch)
2005-04-04 22:56 UTC, Wayne Davison
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Yanko Kaneti 2005-04-04 19:28:06 UTC
This is a inadvertent and suboptimal change of behavior in 2.6.4 

The are plenty of reasons why one might want to bind _the client_ to a different
interface on a multihomed system. I personally use it depending on the which of
my two upstream links has more free capacity.

Please revert the behavior.
Comment 1 Wayne Davison 2005-04-04 22:56:56 UTC
Created attachment 1137 [details]
Allow the --address option to be parsed in client mode.

This change to option.c re-allows the use of --address in the client (for use
when connecting to an rsync daemon).
Comment 2 Wayne Davison 2005-04-04 22:59:38 UTC
Thanks for pointing out my mistake.  I've checked-in a fix for this.