On Tue, 1 Apr 2003, Sam Leffler wrote:
> Packets are tagged once they've been processed on input. I think you can do
> a similar check with something like:
>
> if (m_tag_find(PACKET_TAG_IPSEC_IN_DONE) != NULL)
> goto pass;
>
> Long term, I intend is to associate packets with an enc device so
Hi,
So here is FAST_IPSEC user # 4, or is it 5 ;-)
Initially I was not able to make FAST_IPSEC work. I had a working environment
with normal IPSEC, but after I switched on FAST_IPSEC it didn't work anymore.
The tcpdump looked ok, but now I realize I have missed a tiny detail.
To make FAST_IPS
[ moved to net@; current@ bcc'ed ]
Hi Craig,
I think I saw the same behaviour while developing a path-mtu discovery
tool. As I'm quite busy right now I didn't really dig into it, but I will
at some point.
I took the liberty to reply to freebsd-net@, because this is not only a
-CURRENT problem.
Hello there,
First of all, apologies if this is the wrong mailing
list (did think that maybe mobile or perhaps hardware was the
'right' one). If this is horribly out of the mailing list topic
let me know.
Anyway, guess the topic really says it all. I can find
linux atmel drivers (
> On Thu, 3 Apr 2003 22:55:25 +0200,
> Mark Santcroos <[EMAIL PROTECTED]> said:
> Hi Craig,
> I think I saw the same behaviour while developing a path-mtu discovery
> tool. As I'm quite busy right now I didn't really dig into it, but I will
> at some point.
> I took the liberty to reply