Skip to content

netlink socket creation problem #15

@akry

Description

@akry

After the following scenario, netlink sockets cannot be created.

  1. Invoke netlink_kernel_create() for the first time (a socket is properly created)
  2. Remove the kernel module
  3. Install the kernel module again
  4. Invoke netlink_kernel_create() again

I suppose a netlink socket is created after the scenario 4, but not.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions