Squashed commit of the following:
[rt42666] Fix some cut and paste type errors in LDAP code
Add the character '6' to some strings. They were cut and pasted
from the v4 versions and didn't get fully updated.
[rt27912]
Add code to suppor on {commit expiry release} statements for DHCPv6.
There are several pieces to this change
1) Add space in the iasubopt structure to hold the statement pointers
2) Update the execute code to fill in the structures as necessary
3) Execute the statements when appropriate
Many of the changes in the non-v6 code are to pass the v6 structures
around to the execute code.