Re: bgpctl remove hash stats

2022-08-31 Thread Theo Buehler
On Wed, Aug 31, 2022 at 04:39:35PM +0200, Claudio Jeker wrote: > bgpctl show rib mem no longer shows any hash statistics so remove that > code from bgpctl as a first step. Also since show rib mem is a single > message adjust the code to be done after the message is received. > > OK? ok

bgpctl remove hash stats

2022-08-31 Thread Claudio Jeker
bgpctl show rib mem no longer shows any hash statistics so remove that code from bgpctl as a first step. Also since show rib mem is a single message adjust the code to be done after the message is received. OK? -- :wq Claudio Index: bgpctl.c ==