summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-01-04 14:03:14 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-01-04 14:05:39 +0100
commit80e71dcd1fffe1126954d30c13897d90512329fa (patch)
tree4b09cb0c75cbcb8d4c44fdc2a95514a84064ae03 /doc
parentdoc: Fixup quagga -> frr (diff)
downloadfrr-80e71dcd1fffe1126954d30c13897d90512329fa.tar.xz
frr-80e71dcd1fffe1126954d30c13897d90512329fa.zip
lib: Update ZAPI to version 4 and HEADER_MARKER to 254
Update the ZEBRA_HEADER_MARKER to 254. This will differentiate ourselves from Quagga. Zebra should not listen to people not properly using the right programs now. Update the ZAPI version number to 4. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.texi7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/protocol.texi b/doc/protocol.texi
index f2c8da430..7e8a96dc5 100644
--- a/doc/protocol.texi
+++ b/doc/protocol.texi
@@ -25,8 +25,11 @@ enough to allow for future extensions to done compatibly through
seperate commands.
Version 0 is used by all versions of GNU Zebra as of this writing, and
-versions of Quagga up to and including Quagga 0.98. Version 1 will be
-used as of Quagga 1.0. Version 2 will be used as of Frr 2.0.
+versions of Quagga up to and including Quagga 0.98. Version 2 was created
+for 0.99.21 of Quagga. Version 3 designates VRF compatibility and was
+released in 1.0. Version 4 will be used as of Frr 2.0 to indicate that
+we are a different Routing Suite now and to hopefully prevent accidental
+Quagga <-> FRR issues.
@appendixsection Zebra Protocol Definition
@appendixsubsec Zebra Protocol Header (version 0)