summaryrefslogtreecommitdiff
path: root/scripts/vyatta-dhcpv6-client.pl
AgeCommit message (Collapse)Author
2010-11-22Use script vyatta-address to set interfaceStephen Hemminger
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.
2010-11-12Change mode on all executable scriptsStephen Hemminger
The executable bit should be set on scripts. This only impacts the repository, during build install fixes it.
2010-08-30Bugfix 6085: Use "-x" flag instead of "-r" to kill the old dhclient processBob Gilligan
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.
2010-05-30Using "send dhcp6.oro" is no longer required in config file.Bob Gilligan
2010-05-26Move DHCPv6 client configuration to this package and restructre parameters.Bob Gilligan