<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Using "[ 192.168.60.0/24+ ]” works, however from the documentation I read the following regarding the `include` operator: <div class=""><br class=""><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>Special operators include (<code class="">~</code>,
<code class="">!~</code>) for "is (not) element of a set" operation - it can be used on […] on prefix
and prefix (returning true if first prefix is more specific than second one)</div><div class=""><br class=""></div><div class="">In my case I have "import where net ~ [ 192.168.60.0/24 ] ;”, which should be true because prefix 192.168.60.10/32 is more specific than 192.168.60.0/24. That statement, in fact, is true on Bird 1.6.x. and, without the array ("import where net ~ 192.168.60.0/24 ;”), on Bird 2.0.x. </div><div class="">Why do my networks get filtered out then? </div><div class=""><br class=""></div><div class="">Thanks, </div><div class="">Carlo</div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 27 Jun 2018, at 16:20, Ondrej Zajicek <<a href="mailto:santiago@crfreenet.org" class="">santiago@crfreenet.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On Wed, Jun 27, 2018 at 04:11:17PM +0200, Carlo Rengo wrote:<br class=""><blockquote type="cite" class="">My bad, I’ve posted the log outputs in the opposite order. The first output is referred to the second configuration (the one that makes us of the array).<br class=""></blockquote><br class="">Hi, it works like it worked in 1.6.x branch. Prefix set [ 192.168.60.0/24 ]<br class="">matches only the 192.168.60.0/24 prefix. You have to use prefix set<br class="">[ 192.168.60.0/24+ ] to match 192.168.60.0/24 and longer prefixes.<br class=""><br class="">-- <br class="">Elen sila lumenn' omentielvo<br class=""><br class="">Ondrej 'Santiago' Zajicek (<a href="mailto:santiago@crfreenet.org" class="">email: santiago@crfreenet.org</a>)<br class="">OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, <a href="http://wwwkeys.pgp.net" class="">wwwkeys.pgp.net</a>)<br class="">"To err is human -- to blame it on a computer is even more so."<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>