]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Account for output IP datagrams on the ifaddr where they originated from,
authorbms <bms@FreeBSD.org>
Mon, 25 Sep 2006 10:11:16 +0000 (10:11 +0000)
committerbms <bms@FreeBSD.org>
Mon, 25 Sep 2006 10:11:16 +0000 (10:11 +0000)
commit27d7e8be08d5080b783ef437149fc4f7fc3adfde
tree32da2515bec6367ff396b9b72c433ec025da3189
parent7766e0a26b4a6088ea3cd0c32d8450ce1e25535b
Account for output IP datagrams on the ifaddr where they originated from,
*not* the first ifaddr on the ifp.  This is similar to what NetBSD does.

PR: kern/72936
Submitted by: alfred
Reviewed by: andre
sys/netinet/in_var.h
sys/netinet/ip_output.c