-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
Hi
When creating a new VLAN interface on eth0 it generates 2 NL_ACT_NEW events if IPv6 is active on eth0, this doesn't happen if there is no IPv6.
After some debugging this seems to happen since the l_family of the 2nd event does not match the already cached entry, the cached entry has l_family == 0 but the 2nd has l_family == AF_INET6 and the compare function doesn't match.
Is this intended behavior or is there a work-around to not get the 2nd event since deleting it only generates one event?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels