[...]
What about adding OpenBGPD (that is on freebsd ports also...) ?
Since this can be integrated correctly to pfsense :
(bgpd.conf)
allow from any community 65333:888 set pftable bogons
allow from any community 65333:888 set nexthop blackhole
(pf.conf)
table <bogons> persist
(...)
block quick log from <bogons> to any
block quick log from any to <bogons>
This could be very interressing with such software :)
By the way openbsd 3.7 has now a ospfd deamon like bgpd... this is
only a matter of time to have a port for freebsd :)
/Xavier