iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
3.01k stars 724 forks source link

tools/ipvsadm: fix could not remove lip #969

Closed leogoing closed 3 months ago

leogoing commented 3 months ago

在使用

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 commented 3 months ago

fix #958