<html><head></head><body>Yes. This version should work.<br><br>BTW, I suggest using custom attributes instead of communities for all the route tagging. They work the same way as other attributes and all protocols (except for Pipe) ignore them.<br><br>Maria<br><br><div class="gmail_quote">On January 27, 2020 8:52:38 PM GMT+01:00, Robert Blayzor <rblayzor.bulk@inoc.net> wrote:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">After some digging through the BIRD 2.0 manual, I may have found my own<br>answer, but first time working with BIRD 2.0 so not sure if this is<br>valid....<br><br>Maybe something like:<br><br>        if (net.type = NET_IP4) && (net.len = 32) then {<br>            ...<br>     } else if (net.type = NET_IP6) && (net.len > 63) then {<br>                ...<br>        }<br><br><br></pre></blockquote></div><br>-- <br>Sent from my Android device with K-9 Mail. Please excuse my brevity.</body></html>