On Tue, Aug 21, 2018 at 8:40 AM, Mike Wright
wrote:
> Hi all,
>
> Is there a way to set a network device's host side name?
>
> e.g. with lxc style configs:
>
> #myContainer
> lxc.net.0.type = veth
> lxc.net.0.veth.pair = host-side-name
> lxc.net.0.link = myBridge
>
>
Are you asking the equivalen
Hi all,
Is there a way to set a network device's host side name?
e.g. with lxc style configs:
#myContainer
lxc.net.0.type = veth
lxc.net.0.veth.pair = host-side-name
lxc.net.0.link = myBridge
brctl show myBridge
myBridge 8000.025134e8ffad no host-side-name
so that this happens
myB