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