Files
osrg-gobgp/server
IWASE YusukeandFUJITA Tomonori af84d6d79c zclient: Avoid directly access to RIB
In order to avoid races, zclient should not access to RIB without
calling APIs of BgpServer.
But currently zclient directly accesses to the global RIB when handling
NEXTHO_UPDATE messages.

This patch fixes this problem by calling BgpServer.GetRib().

Signed-off-by: IWASE Yusuke <[email protected]>
2018-02-23 14:40:48 +09:00
..
2017-12-07 21:59:03 +09:00