Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tools/ipvsadm: fix could not remove lip #969

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Conversation

leogoing
Copy link

@leogoing leogoing commented Jun 5, 2024

在使用

ipvsadm --del-laddr -z 192.168.1.2 -t 10.1.1.11:80 -F dpdk1

命令删除LIP时报错:

MSGMGR: [sockopt_msg_send:msg#SOCKOPT_SET_LADDR_DEL] errcode set in sockopt msg reply: no service

发现ipvsadm代码中参数有误,修改后可以正常删除LIP

@selboo
Copy link

selboo commented Jun 6, 2024

fix #958

@ywc689 ywc689 added the pr/codes-reviewed-ok code review passed and no problem found label Jun 11, 2024
@ywc689 ywc689 changed the base branch from master to devel June 11, 2024 10:20
@ywc689 ywc689 added pr/codes-tested-ok compile ok and specified tests passed pr/accepted the pr passed all review stages and await to be merged labels Jun 19, 2024
@ywc689 ywc689 merged commit db2176b into iqiyi:devel Jun 19, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr/accepted the pr passed all review stages and await to be merged pr/codes-reviewed-ok code review passed and no problem found pr/codes-tested-ok compile ok and specified tests passed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants