Skip to content

[BUG] BIRD VRF-to-default static routes are not created #3522

Description

@ipspace

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions