]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: nf_conntrack_h323: fix get_h225_addr() for IPv6 address access
authorJing Min Zhao <zhaojingmin@vivecode.com>
Thu, 24 May 2007 23:43:07 +0000 (16:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 May 2007 23:43:07 +0000 (16:43 -0700)
commit6d10d6ce22897cfdbe991397c63408f159606aec
treee4d1b891a08d8503ee3119758ef1773c2e88080a
parent104ccb9ad810b947119a955a694e803d54e2c6ac
[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>
net/netfilter/nf_conntrack_h323_main.c