Commit 03de9ac
committed
bgpd: [GR] Start select deferral timer if startup timer is running
Problem:
if -K option is not specified then BGP was not starting the select
deferral timer for any of the GR supported afi-safis though
startup timer was running.
Fix:
Modified the check to skip starting select-deferral timer
only if -K option is not specified in daemons file and t_startup
timer is not running.
Signed-off-by: Pooja Jagadeesh Doijode <[email protected]>1 parent 2369323 commit 03de9ac
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9080 | 9080 | | |
9081 | 9081 | | |
9082 | 9082 | | |
9083 | | - | |
| 9083 | + | |
9084 | 9084 | | |
9085 | 9085 | | |
9086 | 9086 | | |
9087 | 9087 | | |
9088 | | - | |
| 9088 | + | |
| 9089 | + | |
9089 | 9090 | | |
9090 | 9091 | | |
9091 | 9092 | | |
| |||
0 commit comments