From 2ca68e8267e4ba9893c2dfc00a760649c9f03ca5 Mon Sep 17 00:00:00 2001 From: Manuel Montecelo Date: Tue, 8 Jun 2021 16:53:44 +0200 Subject: [PATCH] TT#105151 Allow interfaces to be named either "eth*" or "neth*" This could be restricted this in the future to only "neth*" or others if we settle on that, but at the moment keep it a bit flexible while we're migrating and make things easier if we have to step back and look again. Change-Id: Id96970ed0dfdd3bae59120ae19a35bd2523d1294 --- templates/830_network-interfaces-legacy.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/830_network-interfaces-legacy.yaml.tt2 b/templates/830_network-interfaces-legacy.yaml.tt2 index 2560b64..823d17f 100644 --- a/templates/830_network-interfaces-legacy.yaml.tt2 +++ b/templates/830_network-interfaces-legacy.yaml.tt2 @@ -12,5 +12,5 @@ command: ip link: exit-status: 0 - stdout: ['/: eth[0-9]/'] + stdout: ['/: n?eth[0-9]/'] stderr: []