commit | cd2c0f454039ad303b54653c56ebc22ffd856200 | [log] [tgz] |
---|---|---|
author | David Ahern <dsa@cumulusnetworks.com> | Thu Nov 03 09:25:00 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 07 13:14:34 2016 -0500 |
tree | 216cbe13e0e0bc29cd18c40203979e885153d4e2 | |
parent | 0ca6e000f5a8cb679c2da98bea14668126dc04d8 [diff] |
net: Update raw socket bind to consider l3 domain Binding a raw socket to a local address fails if the socket is bound to an L3 domain: $ vrf-test -s -l 10.100.1.2 -R -I red error binding socket: 99: Cannot assign requested address Update raw_bind to look consider if sk_bound_dev_if is bound to an L3 domain and use inet_addr_type_table to lookup the address. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>