Wintereise / openbgpd

OpenBGPD fork that builds on FreeBSD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Courtesy of pfSense

This is a fork of OpenBSD's OpenBGPd that

  • Builds on FreeBSD
  • Has full TCP-MD5 support without the native PF_KEY implementation (Make sure to configure the local address per peer, that is what it uses to establish the IKE SAs)

You will need to compile a kernel with TCP MD5 Sig support.

In your FreeBSD kernel config file,

options IPSEC  #IP security (requires device crypto)
device  crypto
options TCP_SIGNATURE #include support for RFC 2385```

About

OpenBGPD fork that builds on FreeBSD.


Languages

Language:C 88.2%Language:Yacc 6.3%Language:Roff 5.2%Language:Makefile 0.1%Language:Shell 0.1%Language:SourcePawn 0.1%