Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow netlink with no owner/group #835

Closed
wants to merge 1 commit into from

Commits on Jan 9, 2023

  1. Allow netlink with no owner/group

    Currently it is only possible to create a tuntap with owner/group specified.
    If not set explicitly, the default value of 0 will be used. It's therefore
    not possible to create a tuntap without owner/group.
    This PR changes this to allow this. It changes the type of owner/group from
    uint to int to allow setting owner/group to -1, indicating no owner/group.
    mmirecki committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e013edf View commit details
    Browse the repository at this point in the history