User-defined filter functions that return values now should have return type statements. BIRD still accepts functions without such statement, if they could be properly typed.
For loops allowed to use both existing iterator variables or ones defined in the for statement. BIRD no longer support the first case, all iterator variables must be defined in the for statement (e.g. for int i in bgp_path ...
).
Due to oversight, VRF interfaces were not included in respective VRFs, this is fixed now.
Please login to add feedback.
This update has been submitted for testing by robert.
This update's test gating status has been changed to 'ignored'.
This update has been pushed to testing.
This update has been submitted for stable by bodhi.
This update has been pushed to stable.