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

T5941: Migration policy delete orphaned interface policy #2890

Merged
merged 1 commit into from
Feb 1, 2024

Commits on Jan 24, 2024

  1. T5941: Migration policy delete orphaned interface policy

    We can get orphaned interface policy when the policy name was
    removed from the interface but the node `policy` still attached
    to the interface
    
    For exmaple we have orphaned node policy on interface:
    ```
    set interfaces bonding bond0 vif 995 policy
    ```
    
    This causes of incorrect migration and we do not see VLANs on
    the bonding interface after update.
    
    Delete policy from all interfaces if policy does not exist
    sever-sever committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    53670e1 View commit details
    Browse the repository at this point in the history