BIRD VRF daemon config does not create VRF-to-default static routes. The convoluted loop that creates inter-VRF static routes does not check routes with non-VRF destination table:
|
{% for sr_data in routing.static|default([]) if sr_data.nexthop.vrf|default(None) == vname and sr_data.vrf|default(None) == dst_name and sr_af in sr_data %} |
22-static-inter-vrf:
BIRD VRF daemon config does not create VRF-to-default static routes. The convoluted loop that creates inter-VRF static routes does not check routes with non-VRF destination table:
netlab/netsim/daemons/bird/vrf-daemon.j2
Line 86 in 6f1399a
22-static-inter-vrf: