From: Jan Kiszka <[email protected]>

The virtual PCI devices were relocated, and this caused changes to their
topology-derived interface names.

Signed-off-by: Jan Kiszka <[email protected]>
---
 recipes-core/customizations/files/ivshmem-net | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/recipes-core/customizations/files/ivshmem-net 
b/recipes-core/customizations/files/ivshmem-net
index 1bf38b6..683a7e5 100644
--- a/recipes-core/customizations/files/ivshmem-net
+++ b/recipes-core/customizations/files/ivshmem-net
@@ -9,27 +9,27 @@
 # SPDX-License-Identifier: MIT
 #
 
-allow-hotplug enp0s14
-allow-hotplug enp0s16
-allow-hotplug enp0s0
-allow-hotplug enP1p0s0
+allow-hotplug enp0s15
+allow-hotplug enp0s17
+allow-hotplug enp0s1
+allow-hotplug enP1p0s1
 
-# used on physical PCI bus
-iface enp0s14 inet static
+# used on x86 QEMU
+iface enp0s15 inet static
        address 192.168.19.1
        netmask 255.255.255.0
 
 # used on NUC6CAY
-iface enp0s16 inet static
+iface enp0s17 inet static
        address 192.168.19.1
        netmask 255.255.255.0
 
 # used on virtual PCI bus, domain 0000
-iface enp0s0 inet static
+iface enp0s1 inet static
        address 192.168.19.1
        netmask 255.255.255.0
 
 # used on virtual PCI bus, domain 0001
-iface enP1p0s0 inet static
+iface enP1p0s1 inet static
        address 192.168.19.1
        netmask 255.255.255.0
-- 
2.16.4

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jailhouse-dev/1107dc39b514a22602ae7b3f98c06e922585c97d.1579170887.git.jan.kiszka%40siemens.com.

Reply via email to