From: Herbert Xu Date: Sat, 12 Jan 2008 03:15:08 +0000 (-0800) Subject: [IPV6]: Add ip6_local_out X-Git-Tag: v2.6.25-rc1~1162^2~1444 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef76bc23ef2acf20c8f7f841a542d8ab74c827c6;p=pandora-kernel.git [IPV6]: Add ip6_local_out Most callers of the LOCAL_OUT chain will set the IP packet length before doing so. They also share the same output function dst_output. This patch creates a new function called ip6_local_out which does all of that and converts the appropriate users over to it. Apart from removing duplicate code, it will also help in merging the IPsec output path. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed