Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge branch '2.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
bboreham committed Jun 10, 2020
2 parents 88799b3 + e034823 commit 1ff09fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Release 2.6.5

Fixes a bug that would leak memory every time a fast-datapath connection
was stopped. #3808
Also avoid a crash when the machine has ipv6 disabled. #3815


## Release 2.6.4

Improves the iptables rule added in 2.6.3 to block just the Weave Net
Expand Down
1 change: 1 addition & 0 deletions router/overlay_switch.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ func (fwd *overlaySwitchForwarder) Stop() {
fwd.lock.Lock()
defer fwd.lock.Unlock()
fwd.stopFrom(0)
close(fwd.stopChan)
}

func (fwd *overlaySwitchForwarder) ControlMessage(tag byte, msg []byte) {
Expand Down

0 comments on commit 1ff09fd

Please sign in to comment.