Re: bgpctl remove extra space in ovs output

2022-10-04 Thread Theo Buehler
On Wed, Sep 28, 2022 at 10:11:14AM +0200, Claudio Jeker wrote: > There is an extra space in the output of ext communities of type OVS. > It seems when fmt_ext_community was introduced the extra space was not > removed from those special ext-communities. > > This was noticed by job@ ok > -- > :w

bgpctl remove extra space in ovs output

2022-09-28 Thread Claudio Jeker
There is an extra space in the output of ext communities of type OVS. It seems when fmt_ext_community was introduced the extra space was not removed from those special ext-communities. This was noticed by job@ -- :wq Claudio Index: bgpctl.c ===