From: Jing Min Zhao Date: Thu, 24 May 2007 23:43:07 +0000 (-0700) Subject: [NETFILTER]: nf_conntrack_h323: fix get_h225_addr() for IPv6 address access X-Git-Tag: v2.6.22-rc3~9^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb807245ef981cac7e8550aea365e6f2157d5c4d;p=pandora-kernel.git [NETFILTER]: nf_conntrack_h323: fix get_h225_addr() for IPv6 address access Update get_h225_addr() to meet the changes in ASN.1 types. It was using field ip6 to access IPv6 TransportAddress, it should be ip according the ASN.1 definition. Signed-off-by: Jing Min Zhao Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed