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

Handle failure to add IPv6 link-local addres to a VMAC #2353

Merged
merged 3 commits into from
Oct 15, 2023

Commits on Oct 15, 2023

  1. test: enhance mk_if scripts for resolving issue 2350

    This commit adds option for using fixed width interface numbers.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    f2b9789 View commit details
    Browse the repository at this point in the history
  2. vrrp: Go to fault state if fail to add IPv6 link-local address to VMAC

    If an IPv6 VRRP instance uses a VMAC, but adding a link-local address
    to the interface fails, then the vrrp instance now transitions to
    fault state, just as happens if the link-local address is removed after
    it has been added.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    0b3265b View commit details
    Browse the repository at this point in the history
  3. vrrp: Don't send IPv6 advert from interface with no address

    If an interface has no IPv6 address, no advert can be sent. Rather
    that logging an error when the send fails, simply don't send the
    advert.
    
    Signed-off-by: Quentin Armitage <[email protected]>
    pqarmitage committed Oct 15, 2023
    Configuration menu
    Copy the full SHA
    e73702a View commit details
    Browse the repository at this point in the history