Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vrrp: Stop link local VMAC address responging to neighbour solicit #2329

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

pqarmitage
Copy link
Collaborator

No description provided.

When an IPv6 VRRP instance using  VMAC is in backup state, the
link local address configured on the VMAC interface is the same as
the link local address on the parent interface of the VMAC. This
causes a problem with switches learning the MAC address of the
VMAC is now on the backup. This causes packets meant to be sent to
the master being sent to the backup.

This commit uses nftables/iptables to stop neighbour advertisements
for the link local address of the VMAC interface and its parent
interface being sent from the VMAC interface.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
Commit 81eb41f - "vrrp: Stop link local VMAC address responging to
neighbour solicit" caused a build failure with --disable-vmac
configure option.

This commit resolves the build failure.

Signed-off-by: Quentin Armitage <quentin@armitage.org.uk>
@pqarmitage pqarmitage merged commit f48e6b1 into acassen:master Jul 25, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant