moby--moby/libnetwork/drivers/bridge
Alessandro Boch fd43ee1323 Introduce Sandbox entity
- Maps 1 to 1 with container's networking stack
- It holds container's specific nw options which
  before were incorrectly owned by Endpoint.
- Sandbox creation no longer coupled with Endpoint Join,
  sandbox and endpoint have now separate lifecycle.
- LeaveAll naturally replaced by Sandbox.Delete
- some pkg and file renaming in order to have clear
  mapping between structure name and entity ("sandbox")
- Revisited hosts and resolv.conf handling
- Removed from JoinInfo interface capability of setting hosts and resolv.conf paths
- Changed etchosts.Build() to first write the search domains and then the nameservers

Signed-off-by: Alessandro Boch <aboch@docker.com>
2015-08-27 11:19:02 -07:00
..
bridge.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
bridge_test.go Introduce Sandbox entity 2015-08-27 11:19:02 -07:00
errors.go Remove unused config check 2015-08-04 01:04:11 +02:00
interface.go Support network options in rest api 2015-05-23 20:12:29 -07:00
interface_test.go Support network options in rest api 2015-05-23 20:12:29 -07:00
link.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
link_test.go Move network types to types package 2015-05-20 20:28:46 +00:00
netlink_deprecated_linux.go Reorganize MAC generation functions 2015-07-30 11:06:16 -07:00
netlink_deprecated_linux_armppc64.go Remove dependency on libcontainer 2015-07-16 13:26:26 -07:00
netlink_deprecated_linux_notarm.go Remove dependency on libcontainer 2015-07-16 13:26:26 -07:00
netlink_deprecated_unsupported.go Remove dependency on libcontainer 2015-07-16 13:26:26 -07:00
network_test.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
port_mapping.go Adding libnetwork support to publish on custom host port ranges. 2015-08-08 00:23:03 +00:00
port_mapping_test.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
resolvconf.go Move bridge to drivers/ 2015-02-24 11:29:06 -08:00
resolvconf_test.go Test coverage on bridge 2015-02-24 18:41:17 -08:00
setup.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_bridgenetfiltering.go Refactor of docker PR #11405 2015-07-08 10:15:08 -04:00
setup_bridgenetfiltering_test.go Refactor of docker PR #11405 2015-07-08 10:15:08 -04:00
setup_device.go Prefer Netlink calls over ioctl 2015-07-30 09:10:22 -07:00
setup_device_test.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_firewalld.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
setup_fixedcidrv4.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_fixedcidrv4_test.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_fixedcidrv6.go Fixes https://github.com/docker/docker/issues/13426 2015-06-02 15:50:38 -07:00
setup_fixedcidrv6_test.go Fixed a bug in DeleteEndpoint to properly release v6 ip 2015-07-09 20:46:36 -07:00
setup_ip_forwarding.go modify /proc/sys only if needed 2015-08-05 13:46:28 +02:00
setup_ip_forwarding_test.go Remove unused config check 2015-08-04 01:04:11 +02:00
setup_ip_tables.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
setup_ip_tables_test.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
setup_ipv4.go modify /proc/sys only if needed 2015-08-05 13:46:28 +02:00
setup_ipv4_test.go Bug in bridge network mask 2015-08-03 16:11:06 -07:00
setup_ipv6.go modify /proc/sys only if needed 2015-08-05 13:46:28 +02:00
setup_ipv6_test.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_verify.go Support network options in rest api 2015-05-23 20:12:29 -07:00
setup_verify_test.go Support network options in rest api 2015-05-23 20:12:29 -07:00