network: log ifindex

parent 0cffb676
...@@ -253,6 +253,7 @@ void lxc_log_configured_netdevs(const struct lxc_conf *conf) ...@@ -253,6 +253,7 @@ void lxc_log_configured_netdevs(const struct lxc_conf *conf)
netdev = it->elem; netdev = it->elem;
TRACE("index: %zd", netdev->idx); TRACE("index: %zd", netdev->idx);
TRACE("ifindex: %d", netdev->ifindex);
switch (netdev->type) { switch (netdev->type) {
case LXC_NET_VETH: case LXC_NET_VETH:
TRACE("type: veth"); TRACE("type: veth");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment