Bug 50436 - New port: libconnect (bind third-party application to the specific IP-address)
Summary: New port: libconnect (bind third-party application to the specific IP-address)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-29 20:30 UTC by Alex Semenyaka
Modified: 2003-04-01 08:55 UTC (History)
0 users

See Also:


Attachments
libconnect-port.tar.gz (1.58 KB, text/plain)
2003-03-29 20:30 UTC, Alex Semenyaka
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Semenyaka 2003-03-29 20:30:12 UTC
This is the shared library which allows change IP-address from which
netwoking application will be performing TCP-connection. This is 
extremely useful when you need to control this but programs you are
using have no configuration options specifying to which IP-address they
should bind.

To use this library you need only to set up environment variable CONN_ADDR
to the IP-address to bind and then use LD_PRELOAD to pre-load this library
for the application.

Fix: This is the uuencoded archive with all port files:
How-To-Repeat: 
N/A
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2003-04-01 08:55:16 UTC
State Changed
From-To: open->closed

Commited, thanks!