]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[ipv6] Do not set sin6_scope_id on source address
authorMichael Brown <mcb30@ipxe.org>
Fri, 23 May 2014 12:34:33 +0000 (13:34 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 23 May 2014 13:11:17 +0000 (14:11 +0100)
commit6c7146695de4c1f2f851e23edca8658868605a77
tree7c9944a57c98bca4e3196b48b421c8bc23a57214
parent6206f8f0f9b3c6fb822b6639eaffb460f5ddb9d2
[ipv6] Do not set sin6_scope_id on source address

The transmitting network device is specified via the destination
address, not the source address.  There is no reason to set
sin6_scope_id on the source address.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/ndp.c