Actions
Bug #5783
closedIGMP Proxy not working with CARP alias on upstream interface
Start date:
01/19/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
All
Actions
Added by Anonymous almost 9 years ago. Updated over 8 years ago.
100%
This should be fixed. Let us know if it works for you. Thanks!
Sorry, did not help. I'm on the latest beta with gitsync as of now.
ifconfig still shows the CARP IPs as aliases of my interfaces, thus IGMP Proxy tries to add both IPs of my WAN interface and fails with something like:
Vif #7 was already upstream. Cannot set VIF #8 as upstream as well.
Running it in debug mode shows this for my WAN interface:
buildIfVc: Interface igb1 Addr: 192.x.x.252, Flags: 0xffff8943, Network: 192.x.x/24 buildIfVc: Interface igb1 Addr: 192.x.x.250, Flags: 0xffff8943, Network: 192.x.x/24
wasn't related to the changes in 2a5960b0. Appears latest igmpproxy has a Linuxism that expects its interfaces to only have a single IP
exactly, the bug in igmpproxy was fixed and now works fine with CARP and IP alias on upstream interface.
This seems to be fine, it no longer errors out with something like
Vif #7 was already upstream. Cannot set VIF #8 as upstream as well.
Tobias: can you confirm?