summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-01-06 20:07:41 +0700
committerGitHub <noreply@github.com>2017-01-06 20:07:41 +0700
commit7d53a49360ddceb16db34bc8a84039cb2ecab22c (patch)
treebfa796457c8cf922806e827dd87813bda9d00636 /lib/zclient.h
parent07da32705431484fe18adabb59f5fef94a4fb339 (diff)
parentd8e4c43827fab188dcfd98fe18bc75d8479d723e (diff)
Merge pull request #41 from donaldsharp/quagga_to_frr
Quagga to frr - Rename of Quagga to FRR (FreeRangeRouting)
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index 7ea5bc963a..4312cdc83c 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -123,7 +123,7 @@ struct zserv_header
* always set to 255 in new zserv.
*/
uint8_t version;
-#define ZSERV_VERSION 3
+#define ZSERV_VERSION 4
vrf_id_t vrf_id;
uint16_t command;
};