You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bird: Configure static routes using 'protocol static' (#2341)
Bird used Linux static route configuration. That resulted in a working
data plane, but those static routes were not redistributed into other
routing protocols.
This fix uses 'protocol static' to configure static routes, resulting
in correct static route redistribution.
0 commit comments