tech-net archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: FAST_IPSEC?




On Thu, 25 Jun 2009, Hubert Feyrer wrote:
+       if (sp != NULL || *error != 0) DPRINTF(("ipsecpol: done, sp %p error  %d, 
\n", sp, *error));

Actually, that should just check for *error != 0,
else it'll still spam the console during regular IPsec operation.
(Without the patch, even non-IPsec traffic fills up the console)


 - Hubert


Home | Main Index | Thread Index | Old Index