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

Weave 1.4.5

Compare
Choose a tag to compare
@bboreham bboreham released this 29 Feb 23:03
· 3243 commits to master since this release

Higher performance for multicast and broadcast traffic when using Weave's Fast Datapath

  • The flow rule to deliver broadcast and multicast packets in-kernel
    was not created correctly, hence every such packet caused a
    context-switch to the software router #2003/#2008

Other fixes:

  • Remove DNS entries for containers that are being restarted by Docker
    but are not live yet #1977/#1989
  • Don't let one failing allocation attempt prevent others from
    succeeding; they could be in different subnets which are more
    available #1996/#2001
  • Don't complain on second router launch on kernels that lack support
    for Fast Datapath #1929/#1983
  • Fix build broken by change in docker/libnetwork IPAM API #1984/#1985