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

Commits on Mar 18, 2025

  1. Configuration menu
    Copy the full SHA
    8cc1e9d View commit details
    Browse the repository at this point in the history
  2. mxrouter: Don't remove vlan interfaces twice

    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 committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    3c22ccd View commit details
    Browse the repository at this point in the history