The following patches change various defaults in quagga. Many of these
are timers that were set many years ago (180s BGP holdtime for example)
that need to be updated for modern convergence requirements.

There are also a few patches to remove timers that are no longer used.

Daniel Walton (10):
  Lower the default MRAI timer for iBGP peers to 0
  Lower the default MRAI timer for EBGP peers to zero
  Lower the default 'timers connect' in BGP to 10 seconds
  Remove BGP's asorig timer, it is no longer used
  Do not allow a timers connect of 0, this can hammer the CPU
  Enable "bgp log-neighbor-changes" by default
  Remove BGP_ERROR_START_TIMER, it was no longer used
  Lower BGP's default keepalive/holdtime to 3s/9s
  Lower the default OSPF spf timers to '0 50 5000'
  BGP: crash from not NULLing freed pointers

 bgpd/bgp_fsm.c    |    8 ----
 bgpd/bgp_packet.c |   13 ++++++-
 bgpd/bgp_snmp.c   |   14 +------
 bgpd/bgp_vty.c    |    4 +-
 bgpd/bgpd.c       |  111 ++++++++++++++++++++++++++++++++++++++---------------
 bgpd/bgpd.h       |   14 +++----
 lib/libospf.h     |    6 +--
 7 files changed, 146 insertions(+), 68 deletions(-)

-- 
1.7.10.4


_______________________________________________
Quagga-dev mailing list
Quagga-dev@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-dev

Reply via email to