Skip to content
Snippets Groups Projects
Commit 3aabf792 authored by Marina Maslova's avatar Marina Maslova
Browse files

use bridge interface for arping if interface is in the bridge

In case of bridge kernel uses bridge MAC for regular packets.
arping doesn't check routing decision and in case of passing
interface from the bridge it will use interface MAC as source.
This might produce conflicting ARP entry on other side, because
same IP has bridge MAC and at the same time interface MAC which
might differ.
parent 993336a0
Branches release-7.3
No related tags found
1 merge request!42use bridge interface for arping if interface is in the bridge
Pipeline #201132 passed