net: Update raw socket bind to consider l3 domain
authorDavid Ahern <dsa@cumulusnetworks.com>
Thu, 3 Nov 2016 16:25:00 +0000 (09:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Nov 2016 18:14:34 +0000 (13:14 -0500)
commitcd2c0f454039ad303b54653c56ebc22ffd856200
tree216cbe13e0e0bc29cd18c40203979e885153d4e2
parent0ca6e000f5a8cb679c2da98bea14668126dc04d8
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>
net/ipv4/raw.c