Re: bgpd refactor network flush code a bit

2021-06-24 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2021.06.24 17:06:36 +0200: > The network flush code only operates on peerself (like all the other > network commands). Instead of passing a peer to the tree walker just > default to peerself in network_flush_upcall(). > This makes the code more obivous tha

bgpd refactor network flush code a bit

2021-06-24 Thread Claudio Jeker
The network flush code only operates on peerself (like all the other network commands). Instead of passing a peer to the tree walker just default to peerself in network_flush_upcall(). This makes the code more obivous that it operates on peerself. -- :wq Claudio Index: rde.c