Yes. This version should work. 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. Maria On January 27, 2020 8:52:38 PM GMT+01:00, Robert Blayzor <rblayzor.bulk@inoc.net> wrote:
After some digging through the BIRD 2.0 manual, I may have found my own answer, but first time working with BIRD 2.0 so not sure if this is valid....
Maybe something like:
if (net.type = NET_IP4) && (net.len = 32) then { ... } else if (net.type = NET_IP6) && (net.len > 63) then { ... }
-- inoc.net!rblayzor XMPP: rblayzor.AT.inoc.net PGP: https://pgp.inoc.net/rblayzor/
-- Sent from my Android device with K-9 Mail. Please excuse my brevity.