While making configuration changes on your DHCP server, you want to test the changes on a Solaris OS workstation, which is configured as a DHCP client. Rather than rebooting the client or waiting for the DHCP lease to expire, which command can you use to cause the workstation to re-query the DHCP server?

A.
dhcpagent -f
B.
svcadm restart dhcpagent
C.
ifconfig hme0 down; ifconfig hme0 up
D.
ifconfig hme0 dhcp release; ifconfig hme0 dhcp start
E.
This cannot be done. You must reboot.