diff options
author | paul <paul> | 2006-01-16 01:54:02 +0000 |
---|---|---|
committer | paul <paul> | 2006-01-16 01:54:02 +0000 |
commit | c1b9800a60f073c7d57f6232f9af7ae39bc3353a (patch) | |
tree | 94fc0006fcf73d4ab4733bef23689cb8f36772ee /zebra/ChangeLog | |
parent | c77d4546619f9d3e0ccfac5acbc0ebb42658a61f (diff) |
[zserv] Extend Zserv header with version information and marker field
2006-01-16 Paul Jakma <paul.jakma@sun.com>
* 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
Diffstat (limited to 'zebra/ChangeLog')
-rw-r--r-- | zebra/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/ChangeLog b/zebra/ChangeLog index 91cf5488..bcc83645 100644 --- a/zebra/ChangeLog +++ b/zebra/ChangeLog @@ -1,3 +1,7 @@ +2006-01-16 Paul Jakma <paul.jakma@sun.com> + + * zserv.c: Read/write updated Zserv header. + 2006-01-11 Paul Jakma <paul.jakma@sun.com> * zserv.c: (zsend_interface_{add,delete,update}) if flags are |