1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers/bridge
Michael Holzheu 8d63e73522 Revert "add s390x arch build info at the netlink_deprecated_linux bridge driver"
This reverts commit b042dbe312.

The original commit breaks s390x, for example Docker build fails:

 * https://github.com/docker/docker/issues/26440

As discussed in the above issue:

  Even though char is unsigned by default on s390x, (gcc)go forces the type
  of RawSockaddr.Data to be signed.

  It makes no practical difference if these fields are signed or unsigned,
  it's just an API issue.

  The (assumed) reason for the original commit:

  For a while RawSockaddr.Data was unsigned during development of the gcc
  s390x port (not in an upstream release though). Probably the patch has
  been developed in this time frame.

Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com>
2016-09-09 18:04:45 +02:00
..
bridge.go Merge pull request #1301 from mountkin/keep-custom-bridge 2016-09-08 10:27:44 +08:00
bridge_store.go don't delete the bridge interface if it was not created by libnetwork 2016-09-07 14:08:08 +08:00
bridge_test.go don't delete the bridge interface if it was not created by libnetwork 2016-09-07 14:08:08 +08:00
errors.go Fix sanbox typo 2016-06-24 15:14:01 -07:00
interface.go make sure the user-provided bridge interface is a bridge 2016-09-06 13:14:58 +08:00
interface_test.go make sure the user-provided bridge interface is a bridge 2016-09-06 13:14:58 +08:00
labels.go Miscellaneous fixes 2016-03-08 15:49:47 -08:00
link.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04:00
link_test.go Use gofmt with -s instead of goimports 2016-02-12 14:07:00 +01:00
netlink_deprecated_linux.go Reorganize MAC generation functions 2015-07-30 11:06:16 -07:00
netlink_deprecated_linux_armppc64.go Adding ppc64le build tag to compile on IBM Power 2015-08-27 04:18:34 +00:00
netlink_deprecated_linux_notarm.go Revert "add s390x arch build info at the netlink_deprecated_linux bridge driver" 2016-09-09 18:04:45 +02:00
netlink_deprecated_unsupported.go Remove dependency on libcontainer 2015-07-16 13:26:26 -07:00
network_test.go don't delete the bridge interface if it was not created by libnetwork 2016-09-07 14:08:08 +08:00
port_mapping.go Move exposed ports from Endpoint to Sandbox 2016-03-06 09:31:26 -08:00
port_mapping_test.go don't delete the bridge interface if it was not created by libnetwork 2016-09-07 14:08:08 +08: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 Replaced reference to dockerinit by dockerenv for func isRunningInContainer() 2015-12-12 13:23:40 +04:00
setup_bridgenetfiltering_test.go Refactor of docker PR #11405 2015-07-08 10:15:08 -04:00
setup_device.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_device_test.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_firewalld.go Seperates the driver-specific and network-specific iptable operations 2015-08-04 17:26:41 -04: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 Merge pull request #670 from aboch/it 2016-03-15 12:39:15 -07:00
setup_ip_tables_test.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_ipv4.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_ipv4_test.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_ipv6.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_ipv6_test.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00
setup_verify.go don't delete the bridge interface if it was not created by libnetwork 2016-09-07 14:08:08 +08:00
setup_verify_test.go Migrate libnetwork to use netlink.Handle 2016-06-08 21:05:36 -07:00