diff options
Diffstat (limited to 'table/destination.go')
-rw-r--r-- | table/destination.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/table/destination.go b/table/destination.go index 65697570..5b704e6b 100644 --- a/table/destination.go +++ b/table/destination.go @@ -369,6 +369,9 @@ func (dest *Destination) removeOldPaths() { knownPaths := dest.knownPathList for _, newPath := range newPaths { + if newPath.NoImplicitWithdraw { + continue + } oldPaths := make([]*Path, 0) for _, path := range knownPaths { // Here we just check if source is same and not check if path |