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
Jana Radhakrishnan b7d0fefabc Add overlay network support < 3.16 kernels
Add support for overlay networking in older kernels.

Following were done to achieve this:
    + Create the vxlan network in host namespace.
    + This may create conflicts with other private
      networks so check for conflicts and fail a
      join if there is any conflict.
    + Add iptable based filtering to only allow
      subnet bridges in the same network to forward
      traffic while different network bridges will
      not be able to forward b/w each other. Also
      block traffic to overlay network originating
      from the host itself.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-12-17 10:17:03 -08:00
..
bridge Add DisableGatewayService in JoinInfo to offering drivers the ability to disable default gateway 2015-12-03 12:51:28 +08:00
host libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00
null libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00
overlay Add overlay network support < 3.16 kernels 2015-12-17 10:17:03 -08:00
remote Add DisableGatewayService in JoinInfo to offering drivers the ability to disable default gateway 2015-12-03 12:51:28 +08:00
windows libnetwork <-> ipam driver interaction 2015-10-03 16:18:19 -07:00