-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
After the following scenario, netlink sockets cannot be created.
- Invoke netlink_kernel_create() for the first time (a socket is properly created)
- Remove the kernel module
- Install the kernel module again
- Invoke netlink_kernel_create() again
I suppose a netlink socket is created after the scenario 4, but not.
Reactions are currently unavailable