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

Tap plugin #784

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Tap plugin #784

merged 1 commit into from
Feb 13, 2023

Commits on Feb 13, 2023

  1. Tap plugin

    This PR adds a plugin to create tap devices.
    The plugin adds a tap device to the container.
    
    The plugin has a workaround for a golang netlink library
    which does not allow for tap devices with no owner/group
    to be created. When no tap owner/group is requested, the
    plugin will fall back to using the ip tool for creating
    the tap device. A fix to the golang netlink lib is pending.
    
    Signed-off-by: mmirecki <mmirecki@redhat.com>
    mmirecki committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    01d0031 View commit details
    Browse the repository at this point in the history