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

fix ipc namespace inspect logic #17200

Closed
wants to merge 1 commit into from
Closed

Commits on Jan 24, 2023

  1. fix ipc namespace inspect logic

    The ipc ns inspect logic did not work, the switch case was just broken
    because it will only execute the first branch. Therefore it always
    showed `shareable` or `container:...` as mode.
    
    This fixes the logic and adds tests for all modes.
    
    Fixes containers#17189
    
    Signed-off-by: Paul Holzinger <pholzing@redhat.com>
    Luap99 committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    4054911 View commit details
    Browse the repository at this point in the history