moby/libnetwork/drivers
Cory Snider a050db4a6f libnetwork/d/overlay: handle peer ops directly
Funneling the peer operations into an unbuffered channel only serves to
achieve the same result as a mutex, using a lot more boilerplate and
indirection. Get rid of the boilerplate and unnecessary indirection by
using a mutex and calling the operations directly.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-03-14 18:33:32 -04:00
..
bridge libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
host libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
ipvlan libnet/d/ipvlan: gracefully migrate from older dbs 2023-02-06 12:08:28 -05:00
macvlan libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
null libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
overlay libnetwork/d/overlay: handle peer ops directly 2023-03-14 18:33:32 -04:00
remote libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00
windows libnet: convert to new-style driver registration 2023-01-27 11:47:42 -05:00