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:
parent
fc432c2314
commit
1291a04298
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user