1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers
Alessandro Boch e415b1f495 Do not use 4 byte ip addresses in encryption code
- Because of a bug in the netlink xfrm code, our code will
  fail to find and remove the states. While we could wait
  for the netlink library fix, there is no longer a need to
  convert the parsed IP addresses to the canonical notation
  given the previous SPI computation (which worked on that
  4 byte address assumption) is now replaced by the fnv hash.
- Also modify driver option that enables ipsec to "encrypted"

Signed-off-by: Alessandro Boch <aboch@docker.com>
2016-07-23 19:00:47 -07:00
..
bridge Overlay driver to cleanup stale endpoints 2016-07-13 10:56:57 -07:00
host Add driver api enhancements for gossip 2016-04-18 19:55:39 -07:00
ipvlan ipvlan: remove endpoint from network on deleting endpoint 2016-07-19 00:06:46 -04:00
macvlan Overlay driver to cleanup stale endpoints 2016-07-13 10:56:57 -07:00
null Add driver api enhancements for gossip 2016-04-18 19:55:39 -07:00
overlay Do not use 4 byte ip addresses in encryption code 2016-07-23 19:00:47 -07:00
remote Do not error on non discovery type messages in remote driver 2016-06-25 16:23:11 -07:00
windows Static ip support for windows 2016-04-20 15:44:32 -07:00