From e985e1c7b1dce8c29b8bf74c656380da52fab03b Mon Sep 17 00:00:00 2001 From: Sebastian Sumpf Date: Wed, 5 Mar 2025 16:20:00 +0100 Subject: [PATCH] nic_bridge.run: use lxip and lwip * use both IP-stacks with and without labels * adjust matching rules issue #5471 --- repos/libports/run/nic_bridge.run | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/repos/libports/run/nic_bridge.run b/repos/libports/run/nic_bridge.run index def9c67e4c..9806184921 100644 --- a/repos/libports/run/nic_bridge.run +++ b/repos/libports/run/nic_bridge.run @@ -14,6 +14,7 @@ import_from_depot [depot_user]/src/[base_src] \ [depot_user]/src/libc \ [depot_user]/src/nic_bridge \ [depot_user]/src/vfs_lwip \ + [depot_user]/src/vfs_lxip \ [depot_user]/src/vfs build { test/lwip } @@ -80,7 +81,7 @@ install_config { - + @@ -97,7 +98,7 @@ install_config { - + @@ -128,7 +129,7 @@ install_config { - + @@ -156,11 +157,11 @@ build_boot_image [build_artifacts] append qemu_args " -nographic " append_qemu_nic_args -append done_string {.*?\[init -> client_3] .\[31mError: Nic-session creation failed} -append done_string {.*?\[client_1 -> lwip] rcv ETH 02:02:02:02:42:0.} -append done_string {.*?\[client_2 -> lwip] rcv ETH 02:02:02:02:79:00} +append done_string {.*?\[init -> client_3] .\[31mError: Nic-session creation failed.*?\n} +append done_string {.*?\[client_1 -> ] rcv ETH 02:02:02:02:42:0.} +append done_string {.*?\[client_2 -> ] rcv ETH 02:02:02:02:79:00} append done_string {.*?\[server_1 -> lwip] rcv ETH 02:02:02:02:42:0.} -append done_string {.*?\[server_2 -> lwip] rcv ETH 02:02:02:02:23:00} +append done_string {.*?\[server_2 -> lxip] rcv ETH 02:02:02:02:23:00} append done_string {.*?"client_." exited with exit value 0} append done_string {.*?"client_." exited with exit value 0} append done_string {.*?\n}