Project

General

Profile

« Previous | Next » 

Revision aabadd90

Added by Julien Pivotto over 8 years ago

Fixes #12365 - Recognize virtual interfaces with alphanum aliases as such

We have in our lab virtual interfaces with the login of the developers
(e.g eth0:roidelapluie). They are recognized as physical interface and
overwrite eth0.

Expected in the foreman:
eth0 phy
eth0_roidelapluie virt
eth0_julien virt

got:
eth0_julien phy

This commit fixes that by changing the regex that checks for virtual
interfaces.

(cherry picked from commit 86701faf31a16925a6c689d1bcd6630c655dada7)

  • added
  • modified
  • copied
  • renamed
  • deleted