To subscribe or unsubscribe via the World Wide Web, visit
http://lists.freebsd.org/mailman/listinfo/freebsd-net
or, via email, send a message with subject or body 'help' to
freebsd-n...@freebsd.org
You can reach the person managing the list at
freebsd-...@freebsd.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of freebsd-net digest..."
Today's Topics:
1. [patch] ng_netflow (??????? ???????)
2. Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
(John Baldwin)
3. Re: IPSec NAT-T patch for FreeBSD 7.3 (Oleg Fedorov)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Mar 2010 21:58:06 +0300
From: ??????? ??????? <dim...@gmail.com>
Subject: [patch] ng_netflow
To: freeb...@freebsd.org
Message-ID:
<50a120641003241158t158...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Hello.
I saw patches for ng_netflow to make netflow v9 there
http://lists.freebsd.org/pipermail/freebsd-net/2009-September/022911.html
What's state of this patches? Is this code included in freebsd? Or will be
include in future release?
------------------------------
Message: 2
Date: Wed, 24 Mar 2010 21:20:03 GMT
From: John Baldwin <j...@freebsd.org>
Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
To: freeb...@FreeBSD.org
Message-ID: <201003242120....@freefall.freebsd.org>
The following reply was made to PR kern/144000; it has been noted by GNATS.
From: John Baldwin <j...@freebsd.org>
To: Andrey Zonov <andrey...@gmail.com>
Cc: bug-fo...@freebsd.org
Subject: Re: kern/144000: [tcp] ignore set TCP_MAXSEG by setsockopt()
Date: Wed, 24 Mar 2010 16:24:39 -0400
On Thursday 25 February 2010 3:49:00 am Andrey Zonov wrote:
> I have found patch at [1] and adapted for 8.0-p1
>
> jhb, why you not added this patch in HEAD?
>
>
> [1] http://people.freebsd.org/~jhb/patches/tcp_maxseg.patch
Actually, can you try this simpler patch instead:
Index: tcp_input.c
===================================================================
--- tcp_input.c (revision 205624)
+++ tcp_input.c (working copy)
@@ -3100,12 +3100,10 @@
#ifdef INET6
if (isipv6) {
maxmtu = tcp_maxmtu6(&inp->inp_inc, mtuflags);
- tp->t_maxopd = tp->t_maxseg = V_tcp_v6mssdflt;
} else
#endif
{
maxmtu = tcp_maxmtu(&inp->inp_inc, mtuflags);
- tp->t_maxopd = tp->t_maxseg = V_tcp_mssdflt;
}
/*
--
John Baldwin
------------------------------
Message: 3
Date: Thu, 25 Mar 2010 00:08:39 +0300
From: "Oleg Fedorov" <fo...@yandex.ru>
Subject: Re: IPSec NAT-T patch for FreeBSD 7.3
To: <freeb...@freebsd.org>
Message-ID:
<!&!AAAAAAAAAAAYAAAAAAAAAJmet0D2FiJMk4gK9571LMrCgAAAEAAAAGoKbFzu115OmFh3+ZSYICUBAAAAAA==@yandex.ru>
Content-Type: text/plain; charset="us-ascii"
Many thanks!
I successfully apply this patch
http://people.freebsd.org/~vanhu/NAT-T/patch-natt-7.2-2009-05-12.diff on
FreeBSD 7.3-RELEASE and build custom kernel with IPSec NAT-T support. I use
ipsec-tools 0.7.3 and it works coorectly.
Thanks again.
------------------------------
End of freebsd-net Digest, Vol 364, Issue 4
*******************************************