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

Commits on Jul 25, 2023

  1. vrrp: Stop link local VMAC address responging to neighbour solicit

    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>
    pqarmitage committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    81eb41f View commit details
    Browse the repository at this point in the history
  2. vrrp: Fix building with --disable-vmac

    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 committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    9c67c6e View commit details
    Browse the repository at this point in the history