mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
c6f33fc0d2
Change the matching mechanism because the IP address message may appear at any time after starting the netserver when using lwip. Issue #1327.
5 lines
203 B
PHP
5 lines
203 B
PHP
set netperf_target app/netperf/lxip
|
|
set netperf_app netserver_lxip
|
|
set netperf_stack { lxip.lib.so libc_resolv.lib.so }
|
|
set ip_match_string "ipaddr=(\[0-9\]+\.\[0-9\]+\.\[0-9\]+\.\[0-9\]+).*\n"
|