adonespitogo/node-set-ip-address

should not configure dhcpcd.conf and /etc/network/interfaces at the same time?

xwang98 opened this issue · 1 comments

Hi, raspi uses dhcpd and requires not configure the /etc/network/interfaces manually. Otherwise both dhcpcd and dhclient are booted .

Can we add a parameter to the configure() function to control what protocol is used?

Hi, this can be easily done. Though I don't have the time to implement this for now. Please feel free to submit a PR.