cvs commit: src/sys/net if_gre.c

2006-05-10 Thread Jeffrey Hsu
hsu 2006-05-11 00:53:43 UTC FreeBSD src repository Modified files: sys/net if_gre.c Log: Correct test for fragmented packet. Revision ChangesPath 1.41 +1 -1 src/sys/net/if_gre.c ___ cvs-all@freebsd

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Jeffrey Hsu
> Hmm, interesting, I was under exactly the same impression. Oh, for heaven's sake. You're free to back it out and send just the last fragment of a datagram sent through the tunnel, having dropped all the preceding fragments. ___ cvs-all@freebsd.org

Re: cvs commit: src/sys/net if_gre.c

2006-05-11 Thread Jeffrey Hsu
> I'm questioning where you're coming from. You seem to pop-up every Ahem. I've been contributing to FreeBSD for over 10 years. I was one of the first ten committers and have worked in many different areas of FreeBSD including participating in the initial ports architecture discussions, porti

cvs commit: src/sys/net if_gre.c

2006-06-09 Thread Jeffrey Hsu
hsu 2006-06-09 18:19:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/net if_gre.c Log: Merge rev 1.41 from current: correct test for fragmented packet. Revision ChangesPath 1.32.2.6 +1 -1 src/sys/net/if_gre.c ___