summaryrefslogtreecommitdiff
path: root/lib/zebra.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/zebra.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/zebra.h')
-rw-r--r--lib/zebra.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/zebra.h b/lib/zebra.h
index a67713c30d..420f237176 100644
--- a/lib/zebra.h
+++ b/lib/zebra.h
@@ -411,7 +411,7 @@ typedef enum {
* the command value in the old zserv header. To allow old and new
* Zserv headers to be distinguished from each other.
*/
-#define ZEBRA_HEADER_MARKER 255
+#define ZEBRA_HEADER_MARKER 254
/* Zebra route's types are defined in route_types.h */
#include "route_types.h"