Calling named filters from another filter

Michael Rack mail at michaelrack.de
Mon Nov 23 08:51:39 CET 2020


Hi,

i did not find anything for this on the internet, so sorry if that topic
was discussed already before.

I have a named filter and I like to call this filter from another filter.

filter peers_v4_in() { ...... };
> filter special_peer_v4_in() { ......;   peers_v4_in(); };
> protocol bgp myspecialpeer {
>     ipv4 { import special_peer_v4_in(); };
> };


Is this even possible?

Thank you.
Michael.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://trubka.network.cz/pipermail/bird-users/attachments/20201123/71518ab3/attachment.htm>


More information about the Bird-users mailing list