diff options
author | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2019-08-11 15:54:20 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@gmail.com> | 2019-08-21 08:58:25 +0900 |
commit | 82f6a7c6995b12d765acf08e08106925a7d9846f (patch) | |
tree | fae4fb9ccf2e1c2fdc4e3e5ea4ed24754048e0b9 /docs | |
parent | 43a2d404b9f4e46b03ddcc0643555a7ac5a9c14d (diff) |
Support connecting zebra of cumulus linux
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/zebra.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md index d8b5f595..89b02f99 100644 --- a/docs/sources/zebra.md +++ b/docs/sources/zebra.md @@ -69,7 +69,10 @@ You need to enable the zebra feature in the Global configuration as follows. `software-name`. For connecting to FRRouting 6.0.x, please specify `6` as `version` and `frr6` as `software-name`. For connecting to FRRouting 4.0.x, please specify `5` as `version` and `frr4` as - `software-name`. + `software-name`. For connecting to Cumulus Linux please specify `5` + as `version` and `cumulus` as `software-name`. GoBGP is tested with + Cumulus Linux VX 3.7.7 whose zebra version is 4.0+cl3u13 and its + Zebra API version is 5. ## Check Routes from zebra |