moby--moby/libnetwork/drivers/bridge
Madhu Venugopal 904a313396 Remote Driver Registration
This commits brings in a functionality for remote drivers to register
with LibNetwork. The Built-In remote driver is responsible for the
actual "remote" plugin to be made available.

Having such a mechanism makes libnetwork core not dependent on any
external plugin mechanism and also the Libnetwork NB apis are free of
Driver interface.

Signed-off-by: Madhu Venugopal <madhu@docker.com>
2015-05-06 21:45:30 -07:00
..
bridge.go Remote Driver Registration 2015-05-06 21:45:30 -07:00
bridge_test.go Remote Driver Registration 2015-05-06 21:45:30 -07:00
error.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
interface.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
interface_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
link.go Brought in iptables package into libnetwork. 2015-05-06 23:52:50 +00:00
network_test.go Remote Driver Registration 2015-05-06 21:45:30 -07:00
port_mapping.go Bridge to handle port mapping 2015-05-02 23:25:01 -07:00
port_mapping_test.go Remote Driver Registration 2015-05-06 21:45:30 -07: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 Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_device.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_device_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_fixedcidrv4.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_fixedcidrv4_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_fixedcidrv6.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_fixedcidrv6_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ip_forwarding.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ip_forwarding_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ip_tables.go Brought in iptables package into libnetwork. 2015-05-06 23:52:50 +00:00
setup_ip_tables_test.go Brought in iptables package into libnetwork. 2015-05-06 23:52:50 +00:00
setup_ipv4.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ipv4_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ipv6.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_ipv6_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_verify.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00
setup_verify_test.go Moved most of the driver configuration to network configuration. 2015-05-06 17:43:24 +00:00