Skip to content

Commit

Permalink
add fast break
Browse files Browse the repository at this point in the history
  • Loading branch information
cybwan committed Nov 10, 2023
1 parent 00733ec commit ae07490
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loxinet/layer3.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ func (l3 *L3H) IfaDelete(Obj string, Cidr string) (int, error) {
if pfxSz1 == pfxSz2 {
ifa.Ifas = append(ifa.Ifas[:index], ifa.Ifas[index+1:]...)
found = true
break
}
}
}
Expand Down

0 comments on commit ae07490

Please sign in to comment.