how to check syntax of bird.conf ?

Илья Шипицин chipitsine at gmail.com
Tue Jun 19 10:26:52 CEST 2018


yep. thanks for the tip.


also, is there a way of splitting the following list into 2 lists

filter permit_white {
        if net ~ [ A.A.A.A/32
,B.B.B.B/32,C.C.C.C/32
        ] then accept;
        else reject;
}

where 'A.A.A.A' never changes, i.e. constant
and 'B.B.B.B', 'C.C.C.C', ... is dynamic list, which I'd like to keep in
separate file

вт, 19 июн. 2018 г. в 13:17, Ondrej Filip <feela at network.cz>:

> On 19.6.2018 10:08, Илья Шипицин wrote:
> > hello,
> >
> > we are going to add automation on top of bird.conf
> > is there some way to check syntax of it ?
>
> Hi!
> Do you mean 'bird -p'?
>
>         Ondrej
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20180619/57774203/attachment.html>


More information about the Bird-users mailing list