Hello, I am trying to make run Bird on FreeBSD (1.0.11 was running on it, with the port that has being done), but it seems that tcp md5 features are not really supported as the same way it is on Linux. Until I figure how to adapt that on it, is there any good way to desactivate it during compilation? Thanks, /Xavier
On Fri, Jan 23, 2009 at 04:07:53PM +0100, Xavier Beaudouin wrote:
Hello,
I am trying to make run Bird on FreeBSD (1.0.11 was running on it, with the port that has being done), but it seems that tcp md5 features are not really supported as the same way it is on Linux.
Until I figure how to adapt that on it, is there any good way to desactivate it during compilation?
There is no compile-time option yet. It can be eliminated by applying the (untested) patch from attachment of this email. -- Elen sila lumenn' omentielvo Ondrej 'SanTiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
Hello, similar problem exists with Quagga + TCP MD5 on FreeBSD. There isn't enough to use "neighbor <remoteIP> password <password>" in Quagga configuration (which is sufficiend on system with tcp-md5 enabled in Linux kernel), you have to use following system command on FBSD: setkey add <localIP> <remoteIP> tcp 0x1000 -A tcp-md5 "<password>" With regards, Daniel On 01/23/2009 04:07 PM, Xavier Beaudouin wrote:
I am trying to make run Bird on FreeBSD (1.0.11 was running on it, with the port that has being done), but it seems that tcp md5 features are not really supported as the same way it is on Linux.
participants (3)
-
Daniel Suchy -
Ondrej Zajicek -
Xavier Beaudouin