<div dir="auto">That would be nice, I'll try that way</div><br><div class="gmail_quote"><div dir="ltr">On Tue, Jun 19, 2018, 2:00 PM Ondrej Filip <<a href="mailto:feela@network.cz">feela@network.cz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 19.6.2018 10:26, Илья Шипицин wrote:<br>
> yep. thanks for the tip.<br>
> <br>
> <br>
> also, is there a way of splitting the following list into 2 lists<br>
> <br>
> filter permit_white {<br>
>         if net ~ [ A.A.A.A/32<br>
> ,B.B.B.B/32,C.C.C.C/32<br>
>         ] then accept;<br>
>         else reject;<br>
> }<br>
> <br>
> where 'A.A.A.A' never changes, i.e. constant<br>
> and 'B.B.B.B', 'C.C.C.C', ... is dynamic list, which I'd like to keep<br>
> in separate file<br>
<br>
Sure, there are many ways. For example you can define a range in a<br>
file which you include into main config file. And than you can have<br>
two check in this filter.<br>
<br>
        Ondrej<br>
<br>
<br>
> <br>
> вт, 19 июн. 2018 г. в 13:17, Ondrej Filip <<a href="mailto:feela@network.cz" target="_blank" rel="noreferrer">feela@network.cz</a><br>
> <mailto:<a href="mailto:feela@network.cz" target="_blank" rel="noreferrer">feela@network.cz</a>>>:<br>
> <br>
>     On 19.6.2018 10:08, Илья Шипицин wrote:<br>
>     > hello,<br>
>     ><br>
>     > we are going to add automation on top of bird.conf<br>
>     > is there some way to check syntax of it ?<br>
> <br>
>     Hi!<br>
>     Do you mean 'bird -p'?<br>
> <br>
>             Ondrej<br>
> <br>
<br>
</blockquote></div>