1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/osl
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
..
interface_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_linux.go Add overlay network support < 3.16 kernels 2015-12-17 10:17:03 -08:00
interface_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_linux.go Add overlay network support < 3.16 kernels 2015-12-17 10:17:03 -08:00
namespace_unsupported.go Support to provide external key to sandbox 2015-09-09 20:26:37 -07:00
namespace_windows.go Support to provide external key to sandbox 2015-09-09 20:26:37 -07:00
neigh_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
options_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
route_linux.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox.go Moved InterfaceStatistics from osl into types package 2015-09-26 10:12:20 -07:00
sandbox_freebsd.go Explicitly set namespace for all network operations 2015-09-01 14:00:58 -07:00
sandbox_linux_test.go Moved InterfaceStatistics from osl into types package 2015-09-26 10:12:20 -07:00
sandbox_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00
sandbox_unsupported.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
sandbox_unsupported_test.go Move test specific functions to a testutils package. 2015-09-07 13:33:28 -04:00