panic: tcp_addoptions: TCP options too long w/ with TCP_SIGNATURE support

Rui Paulo rpaulo at FreeBSD.org
Tue Apr 1 12:12:56 PDT 2008


Hi, 

On Tue, Apr 01, 2008 at 09:08:35AM -0700, Mark Atkinson wrote:
> I have a 8-CURRENT kernel compiled with the following options, from about
> march 5th. 
> 
> options        IPSEC
> options        TCP_SIGNATURE           #include support for RFC 2385
> device         crypto
> device         cryptodev
> 
> device          pf
> device          pflog
> 
> device         vlan
> 
> I also have a external server supporting MD5 tcp signatures.  If I give the
> following command:
> 
> /usr/src/tools/regression/netinet/tcpconnect/tcpconnect client 172.16.1.145
> 7 1 tcpmd5
> 
> panic: tcp_addoptions: TCP options too long

Could you please use gdb or add a printf to find the value of optlen ?

-- 
Rui Paulo


More information about the freebsd-net mailing list