Skip to content

Fix mxrouter del vlan #453

Merged
merged 2 commits into from
Mar 18, 2025
Merged

Fix mxrouter del vlan #453

merged 2 commits into from
Mar 18, 2025

Conversation

donald
Copy link
Collaborator

@donald donald commented Mar 18, 2025

No description provided.

@pmenzel
Copy link
Contributor

pmenzel commented Mar 18, 2025

the general login → the general logic

When a vlan interface definition is removed from the configuration,
currently the code attempts to remove the actual vlan interface twice:
once by the general logic ($have_if, $want_if -> unconfigure_if()) and
once by the special logic ($have_vlan, $want_vlan -> unconfigure_vlan()).

Remove the later.
@donald donald merged commit 8d28ff2 into master Mar 18, 2025
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants