confile: clr_config_net_l2proxy()

parent dc6bf3eb
...@@ -4889,7 +4889,7 @@ static int clr_config_net_l2proxy(const char *key, struct lxc_conf *lxc_conf, ...@@ -4889,7 +4889,7 @@ static int clr_config_net_l2proxy(const char *key, struct lxc_conf *lxc_conf,
struct lxc_netdev *netdev = data; struct lxc_netdev *netdev = data;
if (!netdev) if (!netdev)
return ret_set_errno(-1, EINVAL); return ret_errno(EINVAL);
netdev->l2proxy = false; netdev->l2proxy = false;
......
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