jpetazzo / pipework

Software-Defined Networking tools for LXC (LinuX Containers)
Apache License 2.0
4.21k stars 727 forks source link

Not passing dhclient options correctly: "hostnametest" is invalid lladdr #235

Closed sotiris-bos closed 5 months ago

sotiris-bos commented 4 years ago

I am trying to pass the -H hostnametest parameter to dhclient with dhclient:-H hostnametest but I am getting a "hostnametest" is invalid lladdr error.

Any ideas?

Edit: Options need to be encased in doublequotes: dhclient:"-H hostnametest" . Documentation should be updated to reflect this.

Candy1117 commented 4 years ago

pipework br0 nginx1 10.0.114.222/24@10.0.114.1 head: cannot open ‘/tasks’ for reading: No such file or directory

jpetazzo commented 5 months ago

Closing old issues.