mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +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
195 B
PHP
5 lines
195 B
PHP
set netperf_target app/netperf/lwip
|
|
set netperf_app netserver_lwip
|
|
set netperf_stack lwip.lib.so
|
|
set ip_match_string "got IP address (\[0-9]{1,3}.\[0-9]{1,3}.\[0-9]{1,3}.\[0-9]{1,3}).*\n"
|