From c1b9800a60f073c7d57f6232f9af7ae39bc3353a Mon Sep 17 00:00:00 2001 From: paul Date: Mon, 16 Jan 2006 01:54:02 +0000 Subject: [zserv] Extend Zserv header with version information and marker field 2006-01-16 Paul Jakma * lib/zclient.h: Update the Zserv protocol header with a version field. Define the old command field to be a 'marker', to allow old Zserv and updated Zserv to be differentiated. Future updates will bump the version field obviously. New command field is made wider. Try to stop using the 'zebra_size_t' typedef in the callbacks. * lib/zclient.c: Update to read/write new format header. * zebra/zserv.c: Ditto --- lib/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ChangeLog') diff --git a/lib/ChangeLog b/lib/ChangeLog index 0e98b924..eeb64041 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,13 @@ +2006-01-16 Paul Jakma + + * zclient.h: Update the Zserv protocol header with a version + field. Define the old command field to be a 'marker', to + allow old Zserv and updated Zserv to be differentiated. + Future updates will bump the version field obviously. New + command field is made wider. Try to stop using the + 'zebra_size_t' typedef in the callbacks. + * zclient.c: Update to read/write new format header. + 2006-01-11 Paul Jakma * if.h: (struct interface) expand flags to 8 bytes. -- cgit v1.2.1