Re: bgpctl network bulk add change

2023-04-12 Thread Theo Buehler
On Wed, Apr 12, 2023 at 06:23:18PM +0200, Claudio Jeker wrote: > The command order for bgpctl network bulk add is strange and as a result > soemthing like: > bgpctl network add 127.0.0.1 delete > is valid syntax with strange behaviour. It is actually: > bgpctl network bulk delete > > S

bgpctl network bulk add change

2023-04-12 Thread Claudio Jeker
The command order for bgpctl network bulk add is strange and as a result soemthing like: bgpctl network add 127.0.0.1 delete is valid syntax with strange behaviour. It is actually: bgpctl network bulk delete So lets fix this mess and make bulk require add or delete and with that th