20 Dec
2017
20 Dec
'17
6:24 p.m.
Hello Ondrej, thank you very much! :) I modified the filter using your workaround. The prefix is now exported with the correct AS path. Best regards, Daniel Diff: + if !defined(bgp_path) then { + bgp_path.empty; + } + Ondrej Zajicek wrote:
A workaround is to use something like:
if !defined(bgp_path) then bgp_path.empty();