]> git.ipfire.org Git - thirdparty/bird.git/commit
BGP: Fix reconfiguration with import table
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 21:33:40 +0000 (23:33 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 21:33:40 +0000 (23:33 +0200)
commit6c9cda6f924ec400e6e55ed009bfaf7a7fd9819d
tree5529fc6e527b9f223a3083f0d3ccdcf97ec80994
parenteeb2c61653cb8a912a1c92ad3b98932245c2c202
BGP: Fix reconfiguration with import table

Change of some options requires route refresh, but when import table is
active, channel reload is done from it instead of doing full route
refresh. So in this case we request it internally.
proto/bgp/bgp.c