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
Chris Telfer 78b684a24a Add ability to alias any interface in a sanbox
New load balancing code will require ability to add aliases to
load-balncer sandboxes.  So this broadens the OSL interface to allow
adding aliases to any interface, along with the facility to get the
loopback interface's name based on the OS.

Signed-off-by: Chris Telfer <ctelfer@docker.com>
2018-06-28 12:08:18 -04:00
..
interface_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
interface_linux.go Add service virtual IP to sandbox's loopback address 2017-08-08 16:16:45 -07:00
interface_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
namespace_linux.go Add ability to alias any interface in a sanbox 2018-06-28 12:08:18 -04:00
namespace_unsupported.go Fixed code issues 2017-06-12 11:31:35 -07:00
namespace_windows.go Enable Hot Add/Remove of Network Endpoints for Windows 2017-10-02 22:19:18 -07:00
neigh_freebsd.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
neigh_linux.go Addressing code review comments 2017-10-02 11:12:36 -07:00
neigh_windows.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
options_linux.go Add service virtual IP to sandbox's loopback address 2017-08-08 16:16:45 -07:00
route_linux.go Make sure route selected is direct 2016-06-23 16:23:47 -04:00
sandbox.go Add ability to alias any interface in a sanbox 2018-06-28 12:08:18 -04:00
sandbox_freebsd.go Make osl sandbox basepath configurable via execroot. 2016-07-18 05:14:39 -07:00
sandbox_linux_test.go Multistage for build 2018-06-19 21:51:11 -07:00
sandbox_test.go Multistage for build 2018-06-19 21:51:11 -07:00
sandbox_unsupported.go Remove Solaris support 2017-10-25 15:33:06 +02:00
sandbox_unsupported_test.go Remove Solaris support 2017-10-25 15:33:06 +02:00