OpenBGPD on FreeBSD
In my journey to become an active contributor to theFreeBSD Project, and after hacking and updating some ports including editors/vim, net/cacti, security/rkhunter and some other ports in recent weeks, I finally managed to update one of my favorite ports in FreeBSD Ports Collection.
It took two nights to hack into the OpenBGPD 3.7 source code ( I was not coding for years ) and make it work on my FreeBSD 5.4 box at home. But I am definietly happy with the result. The PR is submitted now and I am waiting for someone to take care of it and hopefully commit it to the ports tree, so everyone else can enjoy.
I am using OpenBGPd in our service-provider network environment as a BGP feed to blackhole certain networks on our edge routers (some BGP, route-map and ACL tricks) and so far it worked fine for me.
Since the software is a native OpenBSD utility, and it took me to import some header files from OpenBSD project to make it work, it still lacks MD5 option support on FreeBSD, which I am planning to make it work in near future.
There is also another important missing part in this software: a ChangeLog.
So the only person who know what is exactly the difference between v3.6 and v3.7 is its author!
2 Responses to OpenBGPD on FreeBSD
Archives
- July 2011
- December 2010
- September 2010
- May 2009
- April 2009
- February 2009
- September 2008
- April 2008
- February 2008
- January 2008
- November 2007
- October 2007
- August 2007
- July 2007
- May 2007
- February 2007
- December 2006
- October 2006
- September 2006
- April 2006
- March 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- January 2005
- December 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003
- August 2003
- July 2003
- June 2003
- May 2003
- April 2003
- March 2003
- February 2003




missing changelog? we have public cvs…
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/bgpd/
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin/bgpctl/
Any news about the TCP MD5 signature? Or is there another ressource to grab into? Thanks