Age | Commit message (Collapse) | Author |
|
Some compile and typo errors. Don't capture output, let it flow
through to console. Use exec to get correct error code from dhcpv6
client program.
|
|
Avoid the overhead of perl compilation of vyatta-interfaces for each
address added. Handle the case of deleting address on deleted device
cleanly.
Clean up dhcpv6 script so it can be used on interfaces other
than ethernet.
|
|
The executable bit should be set on scripts.
This only impacts the repository, during build install fixes it.
|
|
The "-r" flag to "dhclient" kills the old dhclient daemon, but also
tries to release the lease on the server. Unfortunately, the program
will block forever if a lease had not actually been obtained. The
"-x" flag does all the same things as "-r", but doesn't try to release
the lease on the server, and hence doesn't block in the case where the
lease had not been obtained.
|
|
|
|
|