<div dir="ltr">Hi,<div><br></div><div>i did not find anything for this on the internet, so sorry if that topic was discussed already before.</div><div><br></div><div>I have a named filter and I like to call this filter from another filter.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font face="monospace">filter peers_v4_in() { ...... };<br></font><font face="monospace">filter special_peer_v4_in() { ......;  

peers_v4_in(); };</font><font face="monospace"><br></font><font face="monospace">protocol bgp myspecialpeer {<br></font><font face="monospace">    ipv4 { import special_peer_v4_in(); };<br></font><font face="monospace">};</font></blockquote><div><br></div><div>Is this even possible?</div><div><br></div><div>Thank you.</div><div>Michael.</div></div>