diff options
| author | Roy Marples <roy@marples.name> | 2008-09-03 16:49:28 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-03 16:49:28 +0000 |
| commit | f43e585355e50bd2e7021380db6fc792662f76be (patch) | |
| tree | d81565b32d67516b6ae178bcdbff09bda3251b45 /dhcpcd.8.in | |
| parent | f0c98483e7369f2df38edc352433239fa24f6a2f (diff) | |
| download | dhcpcd-f43e585355e50bd2e7021380db6fc792662f76be.tar.xz | |
Add a control socket so that interfaces can be dynamically re-set.
This requires the event loop argument being changed to void *
so we can send arguments other than an interface.
Diffstat (limited to 'dhcpcd.8.in')
| -rw-r--r-- | dhcpcd.8.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dhcpcd.8.in b/dhcpcd.8.in index 68d7f950..aba3b866 100644 --- a/dhcpcd.8.in +++ b/dhcpcd.8.in @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 1, 2008 +.Dd September 3, 2008 .Dt DHCPCD 8 SMM .Sh NAME .Nm dhcpcd @@ -436,9 +436,10 @@ RFC 3442, RFC 3927, RFC 4361, RFC 4390, RFC 4702. .Sh AUTHORS .An Roy Marples <roy@marples.name> .Sh BUGS -You cannot release a lease - this will be fixed before the first release. -.Pp -You cannot dynamically add or remove interfaces either manually or detected. +.Nm +does not wait for commands to complete when sending them to the master +.Nm +process. .Pp One of the goals for one instance managing multiple interfaces is more intelligent route and configuration management. |
