1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 09:56:51 +03:00

ipvlan: fix wrong assignment in ipvlan_init()

This commit is contained in:
Yu Watanabe 2018-01-17 01:28:09 +09:00
parent fc432c2314
commit 1291a04298

View File

@ -79,7 +79,7 @@ static void ipvlan_init(NetDev *n) {
assert(m);
m->mode = _NETDEV_IPVLAN_MODE_INVALID;
m->mode = _NETDEV_IPVLAN_FLAGS_INVALID;
m->flags = _NETDEV_IPVLAN_FLAGS_INVALID;
}
const NetDevVTable ipvlan_vtable = {