summaryrefslogtreecommitdiff
path: root/scripts/vyatta-dhcpv6-client.pl
AgeCommit message (Collapse)Author
2016-02-09Use directory /var/lib/dhcp instead of /var/lib/dhcp3.Kim Hagen
Use directory /etc/dhcp instead of /etc/dhcp3.
2015-03-18Add dhcpv6 client-id option (#519)kouak
2015-02-20Bug #491: don't allow temporary and parameters-onlyDaniil Baturin
DHCPv6 options to be configured at the same time.
2015-02-20Bug #490: use command line options for parameters-only and temporaryDaniil Baturin
in the DHCPv6 client script instead of fetching them from the config.
2014-03-21collect dhcpv6-optionstea2ka
The "dhcpv6-options" option parameter corrected the bug which is not reflected normally.
2010-11-30Fix dhcpv6 client scriptStephen Hemminger
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.
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