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

daemon: Add wildcard support to --devices ("eth+") #15697

Merged
merged 1 commit into from
Apr 28, 2021

Commits on Apr 27, 2021

  1. daemon: Add wildcard support to --devices ("eth+")

    This adds support for device name wildcards to the "--devices"
    option, e.g. if user specifies "--devices=eth+,en+" the agent
    will match devices eth0, eth1, en0, etc.
    
    Fixes: cilium#15693
    
    Signed-off-by: Jussi Maki <jussi@isovalent.com>
    joamaki committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    db613b4 View commit details
    Browse the repository at this point in the history