13 Dec
2017
13 Dec
'17
10:45 p.m.
On 12/13/2017 02:46 PM, Doug McIntyre wrote:
if bgp_path.first != asn then return false; if bgp_path.len > 25 then return false; if bgp_next_hop != from then return false;
While I am not familiar with BIRD's syntax, if I am reading these correctly, they seem like reasonable conditions. -- Richard