After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 744557 - Allow wildcards for unmanaged-devices
Allow wildcards for unmanaged-devices
Status: RESOLVED DUPLICATE of bug 743411
Product: NetworkManager
Classification: Platform
Component: general
1.0.x
Other Linux
: Normal enhancement
: ---
Assigned To: NetworkManager maintainer(s)
NetworkManager maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-02-15 12:02 UTC by Peter Wu
Modified: 2015-02-16 16:09 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Peter Wu 2015-02-15 12:02:25 UTC
When (manually) using network namespaces with a virtual ethernet pair (veth), I want to make NM ignore all veth devices.

Currently I have this configuration (limited to just 4 pairs or 8 interfaces):

    unmanaged-devices=interface-name:veth0;interface-name:veth1;interface-name:veth2;interface-name:veth3;interface-name:veth4;interface-name:veth5;interface-name:veth6;interface-name:veth7

It would be great if I could use glob patterns:

    unmanaged-devices=interface-name:veth[0-9];interface-name:veth[0-9][0-9];interface-name:veth[0-9][0-9][0-9]

or just a single wildcard:

    unmanaged-devices=interface-name:veth*

bug 731014 makes it possible to use udev rules which would help too, but implementing wildcards is probably easier.
Comment 1 Thomas Haller 2015-02-16 16:09:52 UTC
This is actually a duplicate. Thanks for reporting :)

*** This bug has been marked as a duplicate of bug 743411 ***