BgpRoutingProcess

源代码注释

BGP routing process. A dataplane counter-part of {@link BgpProcess}.
Maintains state necessary for exchange of BGP routing messages.

RoutingProcess用于参与数据面计算,维护rib等关键信息,executeIteration是路由计算进程函数

  • bgpv4Edge是已经成功建立peer关系的neighbors
  • i/ebgpRib是bgp的路由表

BgpProcess

维护配置里的bgp相关配置, 所以无论peer是否能成功建立,配置配过的neighbor都会存在这里

posted @ 2023-08-09 21:34  机智蛋  阅读(28)  评论(0)    收藏  举报