diff options
author | Hoang Le <hoang.h.le@dektech.com.au> | 2018-10-11 08:43:08 +0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-15 21:56:56 -0700 |
commit | acad76a5f6165dc451c5f35edb35d77def1f2e15 (patch) | |
tree | 5147882333c6af295ec14678704799e64a55fc0a /sound/sparc | |
parent | 1986647c2fc369b1865fb9bc9a213b48444580cb (diff) | |
download | linux-acad76a5f6165dc451c5f35edb35d77def1f2e15.tar.bz2 |
tipc: support binding to specific ip address when activating UDP bearer
INADDR_ANY is hard-coded when activating UDP bearer. So, we could not
bind to a specific IP address even with replicast mode using - given
remote ip address instead of using multicast ip address.
In this commit, we fixed it by checking and switch to use appropriate
local ip address.
before:
$netstat -plu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
udp 0 0 **0.0.0.0:6118** 0.0.0.0:*
after:
$netstat -plu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address
udp 0 0 **10.0.0.2:6118** 0.0.0.0:*
Acked-by: Ying Xue <ying.xue@windriver.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'sound/sparc')
0 files changed, 0 insertions, 0 deletions