Modify the timers on the bgp_blackhole_community test to
be more aggressive so our test system will recover faster
when we drop packets.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
!
router bgp 65001
+ timers bgp 3 9
no bgp ebgp-requires-policy
neighbor r1-eth0 interface remote-as external
address-family ipv4 unicast
!
router bgp 65002
no bgp ebgp-requires-policy
+ timers bgp 3 9
neighbor r2-eth0 interface remote-as external
neighbor r2-eth1 interface remote-as external
neighbor r2-eth2 interface remote-as internal
!
router bgp 65003
+ timers bgp 3 9
no bgp ebgp-requires-policy
neighbor r3-eth0 interface remote-as external
!
!
router bgp 65002
+ timers bgp 3 9
no bgp ebgp-requires-policy
neighbor r4-eth0 interface remote-as internal
!