]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
[zserv] Extend Zserv header with version information and marker field
authorpaul <paul>
Mon, 16 Jan 2006 01:54:02 +0000 (01:54 +0000)
committerpaul <paul>
Mon, 16 Jan 2006 01:54:02 +0000 (01:54 +0000)
commitc1b9800a60f073c7d57f6232f9af7ae39bc3353a
tree94fc0006fcf73d4ab4733bef23689cb8f36772ee
parentc77d4546619f9d3e0ccfac5acbc0ebb42658a61f
[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
lib/ChangeLog
lib/zclient.c
lib/zclient.h
lib/zebra.h
zebra/ChangeLog
zebra/zserv.c