smithAchang
smithAchang
I must config 'use_vmac_addr' option becuase i may have many vips on various interfaces . But in my test case, i only config one vip :) The test result is...
The operations are the same as before And also the result is as before ! [netlink_reports.zip](https://github.com/acassen/keepalived/files/9218824/netlink_reports.zip)
sorry, I taken my vacation in the past days. [PcapAndLog.zip](https://github.com/acassen/keepalived/files/9257315/PcapAndLog.zip)
yes 1. when i plug the cable immediately before 5s timeout, v2.2.7 can recover from fault state;but v2.0.20 does not care how long the cable is plugged out. 2. when...
good I think it is because the difference leading to the error. The testing environment is the same, but the NetworkManager component keeps unchanged! I has tested the same case...
By the way, If I add a macvlan device manually in the testing host ``` ip link add eno1 dev macvlan1 type macvlan ip link set macvlan1 up ``` when...
En :) In my host , I have found the revision range . cc6b6e5f39ceee9420679fe62fcf598536d8870a ..3dcd13cacfe099148fdd6aaecccccd2824171f32 3dcd13cacfe099148fdd6aaecccccd2824171f32 -- test fail 716661d168de382f1465150accdc7feea22d48e1 -- compile error 9bd1897ed4119346f4e9ae06cc7f6109583b45b5 -- compile error cc6b6e5f39ceee9420679fe62fcf598536d8870a -- test...
if I try to fix the compile error, the narrowed revision range is 3dcd13cacfe099148fdd6aaecccccd2824171f32 -- test fail 716661d168de382f1465150accdc7feea22d48e1 -- compile error --> test ok
if reset vrrp.c to 716661d and fix the simple compile error, i test ok if i merge all codes of vrrp.c from 3dcd13c commit ,but exclude 3490~3543 line , test...
I upgraded the NetworkManager component to v1.18, redone the operations, the test failed If I executed `nmcli device set vrrp.181 managed no` before unplugging the cable, the test is OK...