commit | 8aeb89f214cdb4c3d9e43213d52d4c5b0fb93bbb | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Wed Apr 17 06:18:26 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Apr 17 14:18:33 2013 -0400 |
tree | ba2175f89efa688ad4e58e0d21842dce4f4c34da | |
parent | ccc4ba2ea23e4507c174620405c5de7bee328f99 [diff] |
tipc: move bcast_addr from struct tipc_media to struct tipc_bearer Some network protocols, like InfiniBand, don't have a fixed broadcast address but one that depends on the configuration. Move the bcast_addr to struct tipc_bearer and initialize it with the broadcast address of the network device when the bearer is enabled. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>