0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-18 19:35:20 +00:00
bird/proto/bgp
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
..
attrs.c BGP: Maintain valid route attribute flags even in local tables 2024-02-20 17:39:05 +01:00
bgp.c BGP: Update SendHoldTimer BGP Error code 2024-02-18 09:06:52 +01:00
bgp.h BGP: Send hold timer 2023-12-05 04:14:45 +01:00
config.Y BGP: Maintain valid route attribute flags even in local tables 2024-02-20 17:39:05 +01:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
Makefile Simplified the protocol hookup code in Makefiles 2022-08-18 22:07:30 +02:00
packets.c BGP: Update SendHoldTimer BGP Error code 2024-02-18 09:06:52 +01:00