18 Dec
2017
18 Dec
'17
8:50 a.m.
On Sun, 17 Dec 2017 23:15:05 +0100 MiĆosz Oller <milosz@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