Re: bgpctl code reshuffle

2020-03-19 Thread Sebastian Benoit
Claudio Jeker(cje...@diehard.n-r-g.com) on 2020.03.19 18:42:28 +0100: > Move some more output functions to output.c and convert some other > functions to a fmt_xyz() function that returns a string with the value > instead of doing a printf(). This is mostly mechanical but please test. > ok > --

bgpctl code reshuffle

2020-03-19 Thread Claudio Jeker
Move some more output functions to output.c and convert some other functions to a fmt_xyz() function that returns a string with the value instead of doing a printf(). This is mostly mechanical but please test. -- :wq Claudio Index: bgpctl.c ===