c++ - dhcp client failure in latest version -
to configure dhcp ipv6 in application using below mentioned command. same command getting executed in dhcp version 4.2.5-p1
. application has dhclient version 4.3.0. , command cause failure execution.
can 1 guide me on this? difference there in both version?
dhclient -6 -pf /var/run/udhcpc6.eth0.pid eth0 -e hostname:"ubuntu" -nw
Comments
Post a Comment