Is this a bug report or a feature request?:
BUG
What happened:
My nodes have a lot of interfaces, eg. 4 hardware interfaces, 2 bonding, bridge, vlans, and veth interfaces.
When I use arping, I have 8 replies from the metallb speaker. From each interface which passing the traffic.
Eg if you have the next scheme:
| |
[eth0] [eth1]
\ /
[bond0]
|
[br0]
I will get answer from all of them. That's totally wrong because connectivity will not work if ip address will be associated with interface which have master (eth0, eth1 or bond0)
What you expected to happen:
I expected answer only from br0 interface.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
- MetalLB version:
- Kubernetes version:
- BGP router type/version:
- OS (e.g. from /etc/os-release):
- Kernel (e.g.
uname -a):
Is this a bug report or a feature request?:
BUG
What happened:
My nodes have a lot of interfaces, eg. 4 hardware interfaces, 2 bonding, bridge, vlans, and veth interfaces.
When I use arping, I have 8 replies from the metallb speaker. From each interface which passing the traffic.
Eg if you have the next scheme:
I will get answer from all of them. That's totally wrong because connectivity will not work if ip address will be associated with interface which have master (
eth0,eth1orbond0)What you expected to happen:
I expected answer only from
br0interface.How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
uname -a):