10 Jan
2025
10 Jan
'25
3:05 a.m.
Hello, We use BIRD for communication with servers with higher-level switches. In our config , there is config to set graceful restart like below. protocol bgp example2 { import all; export all; ... graceful restart on; } As far as I know, the default value for graceful restart is 120 seconds. But I don't know how to change this time. Please give me some advice on this. Thank you.