From d0c3030e7a9388a455c5ee8e7088fd2dddc9d1f9 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 11 Jan 2022 14:41:39 +0100 Subject: [PATCH] fix interface name --- nodes/ovh.secondary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/ovh.secondary.py b/nodes/ovh.secondary.py index 3bdeca4..02ddf40 100644 --- a/nodes/ovh.secondary.py +++ b/nodes/ovh.secondary.py @@ -12,7 +12,7 @@ 'id': 'd5080b1a-b310-48be-bd5a-02cfcecf0c90', 'network': { 'external': { - 'interface': 'eth0', + 'interface': 'ens3', 'ipv4': '135.125.239.125/32', 'gateway4': '135.125.238.1', 'ipv6': '2001:41d0:701:1100::3dea/56',