Actions
Refactor #20519
openSetting 'ignored_interface_identifiers' are regexps not globs
Description
This
'lo', 'usb*', 'vnet*', 'macvtap*', '_vdsmdummy_', 'veth*', 'docker*'
should really be non-confusing
'lo', 'usb\d+', 'vnet\d+', 'macvtap\d+', '_vdsmdummy_', 'veth\d+', 'docker\d+'
Lemme do this.
Updated by The Foreman Bot over 7 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/4725 added
Updated by Lukas Zapletal over 7 years ago
Actually the "wildcard" is correct, we have a replacer for that.
Actions