From: Thomas Graf Date: Mon, 18 Sep 2006 07:13:46 +0000 (-0700) Subject: [IPV6] address: Support NLM_F_EXCL when adding addresses X-Git-Tag: v2.6.19-rc1~1272^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7198f8cec12ccec6d6f2e18c08ecc8c66c8aaf93;p=pandora-kernel.git [IPV6] address: Support NLM_F_EXCL when adding addresses iproute2 doesn't provide the NLM_F_CREATE flag when adding addresses, it is assumed to be implied. The existing code issues a check on said flag when the modify operation fails (likely due to ENOENT) before continueing to create it, this leads to a hard to predict result, therefore the NLM_F_CREATE check is removed. Signed-off-by: Thomas Graf Signed-off-by: David S. Miller --- Reading git-diff-tree failed