https://bugzilla.novell.com/show_bug.cgi?id=339674#c5 --- Comment #5 from Li Bin <bili@novell.com> 2007-11-21 19:45:04 MST --- Hi, David. I saw your patch in Bug 329592, so it would work ok after being patched? --- ipsec-tools-0.6.3_turnpike/src/racoon/isakmp_cfg.c 2006-01-16 05:28:08.000000000 -0800 +++ ipsec-tools-0.6.3_turnpike-boeing/src/racoon/isakmp_cfg.c 2006-12-19 13:06:42.000000000 -0800 @@ -1747,8 +1749,16 @@ int status = TPIKE_STATUS_SUCCESS; int datalen = 0; - attrtype = ntohs(attr->type); + +if (attr->type == 0x0040) { + attr->type = 0x0D00; +} + if(attrtype & ISAKMP_GEN_TV) attrtype = attrtype & ~ISAKMP_GEN_TV; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.