Hello.
My config:
log syslog { debug, trace, info, remote, warning, error, auth, fatal, bug };
log "/var/log/bird.log" all;
log stderr all;
function pref_from()
prefix set pref;
{
pref = [ 5.5.5.0/24 ];
if net ~ pref then return true;
return false;
}
filter ibgp_policy {
Peter Nørlund writes:
> So many options, yet so little time :-)
Tis the world of digital bits we seem to thrive in.
--
Wes Hardaker
My Pictures: http://capturedonearth.com/
My Thoughts: http://pontifications.hardakers.net/
Dave,
that's BGP add-path. The purpose of that RFC is to propagate all the paths
to your neighbors, not only the best path, which is the default behavior.
That's already supported on bird.
What bird is missing is BGP multipath. BGP multipath will mark several
routes as 'best path' and install all