Fix the build error created by cherry-pick of PR:
[bgp] Enable BGP Graceful Restart based on device role (#9486) Signed-off-by: Abhishek Dosi <abdosi@microsoft.com>
This commit is contained in:
parent
7b0ef0ed55
commit
b8689d71f0
@ -26,6 +26,8 @@ router bgp 4000 vrf VnetFE
|
||||
bgp log-neighbor-changes
|
||||
bgp bestpath as-path multipath-relax
|
||||
no bgp default ipv4-unicast
|
||||
bgp graceful-restart restart-time 240
|
||||
bgp graceful-restart
|
||||
bgp router-id 4.0.0.0
|
||||
neighbor 192.168.0.1 remote-as 3000
|
||||
neighbor 192.168.0.1 description Leaf01
|
||||
@ -60,9 +62,6 @@ router bgp 4000
|
||||
!
|
||||
bgp bestpath as-path multipath-relax
|
||||
!
|
||||
bgp graceful-restart restart-time 240
|
||||
bgp graceful-restart
|
||||
bgp graceful-restart preserve-fw-state
|
||||
!
|
||||
bgp router-id 4.0.0.0
|
||||
!
|
||||
|
Reference in New Issue
Block a user