moby--moby/libnetwork/drivers/bridge
Jana Radhakrishnan 79556b1ccc Fix issue in ipv6 when a non-default link-local ipv6 address is present.
If the bridge exists and it exists with a different link local ip address
than fe80::1/64 then we waifl to accept that as a valid configuration without
trying to add the default link local ip address. With this fix we always try
to add the default link local address if it doesn't exist.

Signed-off-by: Jana Radhakrishnan <mrjana@docker.com>
2015-05-12 23:43:06 +00:00
..
bridge.go Make driver packages register themselves via DriverCallback 2015-05-11 19:00:06 +01:00
bridge_test.go Make driver packages register themselves via DriverCallback 2015-05-11 19:00:06 +01:00
error.go Fix issue in ipv6 when a non-default link-local ipv6 address is present. 2015-05-12 23:43:06 +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
link_test.go Add some tests 2015-05-08 15:00:59 +08:00
network_test.go Make driver packages register themselves via DriverCallback 2015-05-11 19:00:06 +01:00
port_mapping.go Bridge to handle port mapping 2015-05-02 23:25:01 -07:00
port_mapping_test.go Make driver packages register themselves via DriverCallback 2015-05-11 19:00:06 +01: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 Fix issue in ipv6 when a non-default link-local ipv6 address is present. 2015-05-12 23:43:06 +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