Closed ywc689 closed 3 years ago
Keepalived cannot remove local IP from inet address list when restart. Local IP can be removed successfully when reload.
How to reproduce the bug?
keepalived.conf
local_address_group laddr_g1 { 192.168.1.1 bond0 192.168.1.2 bond0 }
dpip addr show -s
If use reload instead of restart in step 4, everything is OK.
reload
restart
Fix by pr #718
Keepalived cannot remove local IP from inet address list when restart. Local IP can be removed successfully when reload.
How to reproduce the bug?
keepalived.conf
.keepalived.conf
dpip addr show -s
, and IP address 192.168.1.1 still exists.If use
reload
instead ofrestart
in step 4, everything is OK.