commit | 39a6d06300128d32f361f4f790beba0ca83730eb | [log] [tgz] |
---|---|---|
author | Denis V. Lunev <den@openvz.org> | Mon Jan 14 23:06:19 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:02:13 2008 -0800 |
tree | 7f47f52708e17eed923cfbbc56e348ab4c573cb9 | |
parent | 9bd85e32644d4d3744117b0a196ad4382f8acf35 [diff] |
[NETNS]: Process inet_confirm_addr in the correct namespace. inet_confirm_addr can be called with NULL in_dev from arp_ignore iff scope is RT_SCOPE_LINK. Lets always pass the device and check for RT_SCOPE_LINK scope inside inet_confirm_addr. This let us take network namespace from in_device a need for an additional argument. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>