advertising peer PPP addresses

Alexander V. Chernikov melifaro at yandex-team.ru
Fri Nov 25 11:13:19 CET 2011


On 25.11.2011 11:58, Timur Irmatov wrote:
> I have solved my problem by adding:
>
> protocol direct {
>    interface "ppp*";
> }
It is better to import interfaces via ospf if possible, e.g:

protocol ospf ospf_... {
         area 0.0.0.0 {
                 interface "ppp*" { stub yes; };
...

>
> Sorry for the noise.
>




More information about the Bird-users mailing list