0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00
bird/proto
Ondrej Zajicek 2d0652dd10 BGP: Maintain valid route attribute flags even in local tables
BGP route attributes have flags (Optional, Transitive) that are validated
on decode and set to valid value on export. But if such attribute is
modified by filter or set internally by BGP during import, then its flags
would be zero in local tables. That usually does not matter, as they are
not used locally and they were fixed on export, but invalid flags leaked
in BMP and MRT dumps.

Keep route attribute flags set to valid values even when set by filters
or modified by BGP.
2024-02-20 17:39:05 +01:00
..
aggregator Aggregator: Forbidden dangerous filter computations 2023-09-26 15:46:24 +02:00
babel Nest: Treat VRF interfaces as inside respective VRFs 2023-08-23 16:08:40 +02:00
bfd Trivial code cleanups 2024-01-22 06:29:14 +01:00
bgp BGP: Maintain valid route attribute flags even in local tables 2024-02-20 17:39:05 +01:00
bmp BMP: Improve peer_down handling 2023-08-22 01:26:06 +02:00
l3vpn MPLS: Update to support and use 64bit source id 2023-10-04 15:00:24 +02:00
mrt Nest: Expand rte_src.private_id to u64 2023-10-02 15:09:30 +02:00
ospf Trivial code cleanups 2024-01-22 06:29:14 +01:00
perf Nest: Fix several issues with pflags 2023-01-01 20:10:23 +01:00
pipe BGP: Add received role value to role mismatch log message 2023-01-20 15:55:47 +01:00
radv Structures bytestring and adata merged into adata. 2023-09-20 14:03:05 +02:00
rip Trivial code cleanups 2024-01-22 06:29:14 +01:00
rpki RPKI: Fix conflict in config grammar 2023-08-25 04:32:01 +02:00
static Static: Allow to define both nexthop and interface 2024-02-16 18:44:40 +01:00
Doc BMP protocol support 2023-04-16 20:05:15 +02:00