Modify ↓
Ticket #240 (closed enhancement: fixed)
Integrate Patch to enable bcfg2-client to bind its socket to a specific local IP-Adress
Reported by: | anonymous | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.8.5 Release |
Component: | bcfg2-client | Version: | |
Keywords: | client, bind socket | Cc: | [email protected]… |
Description
In special setups (like ours) the bcfg2-client has to bind its client socket to a given IP address. The given patch enables this by integrating a new config-option
[communication] bindaddress = 1.2.3.4
If this option is present, a new transport Bcfg2SafeTransport is used instead of xmlrpclib.SafeTransport? to finally include the socket.bind() method into connection setup.
Attachments
Change History
Changed 16 years ago by [email protected]…
- Attachment bcfg2-ClientBindToAdress.patch added
comment:1 Changed 16 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
This is fixed in [db8e0335793467ab215c813431fce4595580bfff] (SVN r2467). It will be included in the pre4 I plan to cut shortly.
Note: See
TracTickets for help on using
tickets.
The Patch