[lxc-users] "lxc network create" error

Sjoerd sjoerd at sjomar.eu
Tue Aug 1 09:04:14 UTC 2017



On 30-07-17 17:15, Tomasz Chmielewski wrote:
> Bug or a feature?
>
> # lxc network create dev
> error: Failed to run: ip link add dev type bridge: Error: either "dev" is duplicate, or "bridge" is a garbage.
>
>
> # lxc network create devel
> Network devel created
>
>
I vote for feature, since dev is most likely a reserved word, since it's 
short for device in routing terms.

i.e. setting routing can be done like : ip route add 192.168.10.0/24 via 
10.2.2.1 dev eth0

So in you-re case the command would end like : dev dev ...I would be 
confused by that as well ;)



More information about the lxc-users mailing list