commit | bb807245ef981cac7e8550aea365e6f2157d5c4d | [log] [tgz] |
---|---|---|
author | Jing Min Zhao <zhaojingmin@vivecode.com> | Thu May 24 16:43:07 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu May 24 16:43:07 2007 -0700 |
tree | e4d1b891a08d8503ee3119758ef1773c2e88080a | |
parent | d052918688bdd7a1218aa5ae182013bf45a4881a [diff] |
[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 <zhaojingmin@vivecode.com> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>