mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
If capabilities are added or removed by updating peer configs, it is needed to resend Open Message contains the new capabilities. But currently, GoBGP does not resend Open Message for Add-Path and Graceful Restart capabilities. This commit fixes it to resend Open Message for them. Signed-off-by: Satoshi Fujimoto <[email protected]>