diff options
author | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-01-13 18:55:51 +0900 |
---|---|---|
committer | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-01-13 18:55:51 +0900 |
commit | 05a7e0e993de741a6a674305ed93562e93532ec4 (patch) | |
tree | 410c847550726ce246c074814874b408101fbdfa /docs | |
parent | 377213886c32d869e52bad434dda764bc69f6a53 (diff) |
Supporting FRR7.2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/zebra.md | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md index 89b02f99..f2ee25a0 100644 --- a/docs/sources/zebra.md +++ b/docs/sources/zebra.md @@ -17,9 +17,9 @@ message and it doesn't keep backward compatibility for FRRouting version 4.0.x although FRRouting version 4.0.x and 5.0.x use Zebra API version 5. Also, FRRouting version 7.0.x and 7.1.x changes zebra message and it doesn't keep backward compatibility for FRRouting -version 6.0.x although FRRouting version 6.0.x, 7.0.x and 7.1.x use -Zebra API version 6. If you need to integrate with FRRouting version -4.0.x or 6.0x, please use `software-name` configuration. +version 6.0.x although FRRouting version 6.0.x, 7.0.x, 7.1.x and 7.2.x +use Zebra API version 6. If you need to integrate with FRRouting +version 4.0.x or 6.0x, please use `software-name` configuration. ## Contents @@ -60,19 +60,20 @@ You need to enable the zebra feature in the Global configuration as follows. - `mpls-label-range-size` specifies mpls label range size for requesting to Zebra. It works with FRRouting 5.0.x, FRRouting 6.0.x, - FRRouting 7.0.x and FRRouting 7.1.x. + FRRouting 7.0.x, FRRouting 7.1.x and FRRouting 7.2.x. - `sotware-name` specifies software name for zebra when only `version` configuration cannot specify software uniquely. This configuration is used with 'version' configuration. For connecting to FRRouting - 7.1.x, please specify `6` as `version` and `frr7.1` as - `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`. 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. + 7.2.x, please specify `6` as `version` and `frr7.2` as + `software-name`. For connecting to FRRouting 7.1.x, please specify + `6` as `version` and `frr7.1` as `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`. 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 |