]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP export table src fix
authorMaria Matejka <mq@ucw.cz>
Wed, 12 Feb 2025 20:29:10 +0000 (21:29 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 25 Feb 2025 13:40:46 +0000 (14:40 +0100)
commita70a6da3e43faac70036fb4539d53550f23d13b3
treeed5ce6ca2838358468ea6c95f4d776ad453d12d2
parentb69a2be40c8c73f5bfb009becc7f9dd4ef79bd0f
BGP export table src fix

When exchanging routes in BGP export table, we forgot to update
the src in cases of add path off. This led to falsely claiming another
origin of that route in export table dump and also holding protocols
in the flush state because of their srcs being kept in the export tables.
proto/bgp/attrs.c