The following pull request was submitted through Github. It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3458
This e-mail was sent by the LXC bot, direct replies will not reach the author unless they happen to be subscribed to this list. === Description (from pull-request) === Closes #3457 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com>
From dfc6654e3c947090c216dd300d0201e2313772ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= <stgra...@ubuntu.com> Date: Tue, 23 Jun 2020 19:24:54 -0400 Subject: [PATCH] lxc-net: Set broadcast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes #3457 Signed-off-by: Stéphane Graber <stgra...@ubuntu.com> --- config/init/common/lxc-net.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/init/common/lxc-net.in b/config/init/common/lxc-net.in index df9f1181d7..a7dfa6f199 100644 --- a/config/init/common/lxc-net.in +++ b/config/init/common/lxc-net.in @@ -46,7 +46,7 @@ _ifdown() { _ifup() { MASK=`_netmask2cidr ${LXC_NETMASK}` CIDR_ADDR="${LXC_ADDR}/${MASK}" - ip addr add ${CIDR_ADDR} dev ${LXC_BRIDGE} + ip addr add ${CIDR_ADDR} broadcast + dev ${LXC_BRIDGE} ip link set dev ${LXC_BRIDGE} address $LXC_BRIDGE_MAC ip link set dev ${LXC_BRIDGE} up }
_______________________________________________ lxc-devel mailing list lxc-devel@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-devel