From 1dcb51729b4a8bd7ed21126c7e5e61bc096f8674 Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 31 May 2005 08:38:50 +0000 Subject: 2005-05-31 Paul Jakma * zserv.c: (zsend_route_multipath) Fix bug if route is sent with no NEXTHOP_FLAG_FIB nexthops. As ZAPI_MESSAGE_IFINDEX and ZAPI_MESSAGE_NEXTHOP are always set, clients would try read non-existent nexthop information and hit stream assert. Zserv is still broken for multi-nexthop messages, but it always was. --- zebra/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'zebra/ChangeLog') diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 11676eb7..dbeac4d5 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,11 @@ +2005-05-31 Paul Jakma + + * zserv.c: (zsend_route_multipath) Fix bug if route is sent + with no NEXTHOP_FLAG_FIB nexthops. As ZAPI_MESSAGE_IFINDEX + and ZAPI_MESSAGE_NEXTHOP are always set, clients would try + read non-existent nexthop information and hit stream assert. + Zserv is still broken for multi-nexthop messages, but it always was. + 2005-05-06 Paul Jakma * zserv.h: Remove ZEBRA_PORT definition, its in lib/zebra.h now -- cgit v1.2.1