]> git.proxmox.com Git - mirror_frr.git/commit
lib: bump ZSERV_VERSION to 2
authorDavid Lamparter <equinox@diac24.net>
Fri, 20 Apr 2012 15:26:48 +0000 (17:26 +0200)
committerDavid Lamparter <equinox@diac24.net>
Fri, 20 Apr 2012 15:29:44 +0000 (17:29 +0200)
commit8d79efddb9c63f3b45e0ee7cac9508509b3b939c
treec2b652492dffa025fd18a24aba12f30ca04b4e04
parent9665856e3718e42068e7d897f5e2468e77fb8c17
lib: bump ZSERV_VERSION to 2

continually changing the zserv protocol without bumping up the version
number has made it impossible to talk to zebra without knowing the exact
version.  in reality, increasing the version number more often guards
against inadvertedly running incompatible versions of a daemon and zebra
as well as aids external development.

  * lib/zclient.h: #define ZSERV_VERSION 2

Signed-off-by: David Lamparter <equinox@diac24.net>
lib/zclient.h