From: Erfan Abdi Date: Sat, 22 May 2021 18:52:25 +0000 (+0430) Subject: anbox: Change veth name to anbox0 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/waydroid.git/commitdiff_plain/89952ead1165a35f101e063c7080d800823804c7 anbox: Change veth name to anbox0 --- diff --git a/lxc-configs/config b/lxc-configs/config index 5c62ec7..da8582e 100644 --- a/lxc-configs/config +++ b/lxc-configs/config @@ -13,7 +13,7 @@ lxc.mount.auto = cgroup:ro sys:ro proc lxc.network.type = veth lxc.network.flags = up -lxc.network.link = lxcbr0 +lxc.network.link = anbox0 lxc.network.name = eth0 lxc.network.hwaddr = 00:16:3e:f9:d3:03 lxc.network.mtu = 1500 diff --git a/scripts/run-container.sh b/scripts/run-container.sh index 382d3fd..549b43f 100644 --- a/scripts/run-container.sh +++ b/scripts/run-container.sh @@ -13,6 +13,7 @@ start anbox-sensors # start lxc-net, that sets up lxc bridge start lxc-net +brctl addbr anbox0 # stop nfcd to not conflict with anbox stop nfcd