Skip to content

Commit

Permalink
mxrouterctl: Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Feb 15, 2024
1 parent 0bb6a7e commit bb281a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxrouter/mxrouterctl
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ sub start {
}

my ($have_vlan)=read_active_vlans();
delete $have_vlan->{$_} for keys %$want_if; # vlan interfaces created in main and moved via interaface()
delete $have_vlan->{$_} for keys %$want_if; # vlan interfaces created in main and moved via interface()
my ($new_vlan,$del_vlan)=({},{},{},{});

for (keys %$want_vlan) {
Expand Down

0 comments on commit bb281a4

Please sign in to comment.