[PATCH 0/7] Babel: Fixes for version 1.6.0

Toke Høiland-Jørgensen toke at toke.dk
Mon May 2 19:07:48 CEST 2016


This patch series fixes a series of small-ish issues uncovered during testing of
the 1.6.0 release of Bird. Thanks to Baptiste Jonglez for reporting most of
them.

Toke Høiland-Jørgensen (7):
  Babel: Make sure intervals don't overflow.
  Babel: Immediately send a hello on interface reconfigure.
  Babel: Rework handling of retractions.
  Babel: Documentation updates.
  Babel: Send wildcard retractions on shutdown and startup.
  Babel: Don't keep an infeasible route as selected.
  Babel: Don't maintain feasibility distance for our own routes.

 doc/bird.sgml         |  33 ++++++++++--
 nest/config.Y         |   2 +-
 nest/rt-attr.c        |   2 +-
 proto/babel/babel.c   | 144 +++++++++++++++++++++++++++++++++++++-------------
 proto/babel/babel.h   |   3 ++
 proto/babel/config.Y  |   9 ++--
 proto/babel/packets.c |  42 +++++++++++----
 7 files changed, 179 insertions(+), 56 deletions(-)

-- 
2.8.0



More information about the Bird-users mailing list