Re: TCP骜D5 (rfc2385) implementation in

看板DFBSD_kernel作者時間15年前 (2010/08/21 21:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
On 20/08/2010 14:50, David B쎉RARD wrote: > Hi Kernel list, > > I run DragonFlyBSD on a gateway with the Quagga routing suite. I have > to setup > BGP session with session password. > BGP session with password use TCP_MD5 (rfc2385) to setup "secure" session. > In FreeBSD I use the IPSec stack to do this : > in /etc/ipsec.conf > add Y.Y.Y.Y X.X.X.X tcp 0x1000 -A tcp-md5 "my_password"; > > setkey in DragonFlyBSD doesn't seem to support tcp-md5, is there another > implementation or it's not implemented in DragonFlyBSD ? > > Best regards, This is definitely not my expertise, but it seems, from looking at our code, that we don't currently support tcp-md5 in kernel, and that's why setkey doesn't accept it either. Cheers, Alex Hornung
文章代碼(AID): #1CRzLPdg (DFBSD_kernel)