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: fix non-existent vmac base interface at reload #2281

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 6, 2023

  1. vrrp: fix non-existent vmac base interface at reload

    When an existing VMAC VRRP instance is updated with a base interface
    that does not exists, the instance goes to FAULT state for a good
    reason. However, when the base interface is appears, the VMAC interface
    is never updated so the instance remains in FAULT state.
    
    Delete the VMAC interface if the base interface is changed to a
    non-existent one. The VMAC interface will be re-created when the base
    interface appears.
    
    Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
    louis-6wind committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    89dc1a6 View commit details
    Browse the repository at this point in the history