so i tried:
2)use only the command birdc -s socket_H3 down and get active the VM
i was thing that there was a checking on the interface if it is active or not.
But it didn't work, the RT of others changed istantly.
3) so i was thinking that before closing itself bird send a signal to other bird connected (i didn't search in the code) so i use the command "sudo kill -9 *pid*" on the pid of the bird relative to H3, but with a big surprised i see that not only the process associated with H3 is killed but it will be closed the process of H2 H3 and H4
i'll try to explain it better:
Process list:
100 Bird_H1
101 Bird_H2
102 Bird_H3
103 Bird_H4
104 Bird_H5
i use "sudo kill -9 102"
process list resulting:
100 Bird_H1
104 Bird_H5
The survives is only the process that was sharing some route.
do you have any suggestion to see the expiration of hold timer in act?
Thanks a lot,
Mattia