moby--moby/libnetwork/drivers
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 Revert "add s390x arch build info at the netlink_deprecated_linux bridge driver" 2016-09-09 18:04:45 +02:00
host Add driver api enhancements for gossip 2016-04-18 19:55:39 -07:00
ipvlan Merge pull request #1205 from allencloud/fix-typos 2016-08-01 09:49:31 -07:00
macvlan Merge pull request #1205 from allencloud/fix-typos 2016-08-01 09:49:31 -07:00
null Add driver api enhancements for gossip 2016-04-18 19:55:39 -07:00
overlay Merge pull request #1369 from aboch/ovl 2016-09-02 11:05:32 -07:00
remote Move engine-api to docker/docker/api 2016-09-07 14:38:45 -07:00
windows Static ip support for windows 2016-04-20 15:44:32 -07:00