diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2018-01-15 10:06:01 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2018-01-18 21:49:10 +0900 |
commit | 32e6e98ca4ee44f1ea42f94a245571ffbd38c695 (patch) | |
tree | a887ab45f36d01269e76c2b8f5e761e3e354ddf5 /docs/sources/zebra.md | |
parent | 6061f8e11748411a8b6c8da6caae2a5f5d1a722f (diff) |
zebra.md: Description for supported version of FRRouting
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Diffstat (limited to 'docs/sources/zebra.md')
-rw-r--r-- | docs/sources/zebra.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md index 67730aff..321fb815 100644 --- a/docs/sources/zebra.md +++ b/docs/sources/zebra.md @@ -10,6 +10,10 @@ different routing protocols. GoBGP uses zebra included in Assume you finished [Getting Started](getting-started.md) and installing Quagga or FRRouting on the same host with GoBGP. +**Note:** For the integration with FRRouting, ONLY version 3.0.x is supported, +because the API (using Zebra protocol) of FRRouging is updated so fast and its +backward compatibility is not been kept. + ## Contents - [Configuration](#configuration) |