I’m getting an odd error message when running lxc config device add or remove commands. This is the error I get on the host
Error: Invalid devices: Not an IP address: localhost
And here are the commands that generate them…
lxc config device remove c1 myport80
lxc config device add c1 myport80 proxy listen=tcp:0.0.0.0:80 connect=tcp:localhost:80
None of the containers are reachable via the web and I just ran a kernel upgrade on Debian 9 earlier today…
Does anyone have any ideas? lxc and lxd are 3.13, installed via snap…