diff --git a/src/lxc/confile_utils.c b/src/lxc/confile_utils.c index 0d9ff66e6..3f2614011 100644 --- a/src/lxc/confile_utils.c +++ b/src/lxc/confile_utils.c @@ -261,6 +261,9 @@ void lxc_log_configured_netdevs(const struct lxc_conf *conf) if (netdev->priv.veth_attr.pair) TRACE("veth pair: %s", netdev->priv.veth_attr.pair); + if (netdev->priv.veth_attr.veth1[0] != '\0') + TRACE("veth1 : %s", + netdev->priv.veth_attr.veth1); break; case LXC_NET_MACVLAN: TRACE("type: macvlan");