Re: initiate a graceful shutdown on a session

2023-12-04 Thread netravnen+birdlist
On Mon, 4 Dec 2023 at 21:36, Benoit Chesneau  wrote:
> Is there a way to send an admin shutdown for one connection only? Should i 
> add a `graceful shutdown on the prodtocol and do a soft configure?

Use the below operational commands.

* disable ( | "" | all) [message]  Disable protocol
* enable ( | "" | all) [message]  Enable protocol
* restart ( | "" | all) [message]  Restart protocol
* reload  | "" | all  Reload protocol

$ sudo birdc 'restart '


initiate a graceful shutdown on a session

2023-12-04 Thread Benoit Chesneau
Hi,

Is there a way to send an admin shutdown for one connection only? Should i add 
a `graceful shutdown on the prodtocol and do a soft configure?

BenoƮt