1 Commits

Author SHA1 Message Date
Guofeng Yue
21e04c5ddf Perftest: modify --source_ip to --bind_source_ip to fix init connection establishment with specific interface
mainline inclusion
commit ba4580a6c4f16ab7791e4d809eda91d586c1f04f
category: bugfix
bugzilla: https://gitee.com/src-openeuler/perftest/issues/IBGXBU

Reference: 8ff29c1603

----------------------------

When there are several network interface with different subnet address,
perftest tools will always choose default route even I add --source_ip
option to ask perftest to bind an interface.
I found that there are two options that use the same name "--source_ip".
Therefore, change --source_ip to --bind_source_ip to fix init connection
establishment with specific interface.

Signed-off-by: Guofeng Yue <yueguofeng@h-partners.com>
(cherry picked from commit 7fa54f81bfd69faf7d7aac57311ca0ea0063aaf7)
2025-01-13 11:11:47 +08:00