mirror of
https://github.com/osrg/gobgp.git
synced 2024-05-11 05:55:10 +00:00
By introducing dynamic neighbor feature, GoBGP can have dynamic neighbors, and corresponding Config.NeighboAddress can be empty. This patch sets State.NeighborAddress for all neighbors, and gets the neighbor's address from them. Signed-off-by: Satoshi Fujimoto <[email protected]>