On Sun, 17 Dec 2017 23:15:05 +0100
Miłosz Oller <milosz at sys-com.pl> wrote:
> There is no way to setup two channels in one protocol definition? Or
> how can I do it?
>
protocol bgp foo {
local as 1;
neighbor 10.0.0.1 as 2;
ipv4 { export all; }
ipv6 { export all; }
}
There's a more thorough example in doc/bird.conf.example2.
Cheers,
Luis Ressel