diff options
author | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2019-07-21 15:08:23 +0900 |
---|---|---|
committer | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2019-07-21 15:25:50 +0900 |
commit | 7284d4cf8b3f9ecd03068dfa3ab3d433860b5089 (patch) | |
tree | a3e65926529501e19a33a8181fa4e14cd17d792b /docs | |
parent | 426709893303ecd0ff189cfe0b24eda89edef95e (diff) |
Avoid panic by receiving vpnv6 prefixes with zebra reported in issue #2113
- Additionally bug fix which avoid panic caused by displaying vpnv6 prefixes using gobgp vrf rib
- Supporting FRRouting 7.1.x
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sources/zebra.md | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/docs/sources/zebra.md b/docs/sources/zebra.md index e79a8c97..d8b5f595 100644 --- a/docs/sources/zebra.md +++ b/docs/sources/zebra.md @@ -15,11 +15,11 @@ version 4), 5.0.x (Zebra API version 5), and 7.0.x (Zebra API version 6) are supported as default. FRRouting version 5.0.x changes zebra 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 changes zebra message and it -doesn't keep backward compatibility for FRRouting version 6.0.x -although FRRouting version 6.0.x and 7.0.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 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. ## Contents @@ -59,15 +59,17 @@ You need to enable the zebra feature in the Global configuration as follows. For connecting to FRRouting 7.0.x, please specify `6`. - `mpls-label-range-size` specifies mpls label range size for - requesting to Zebra. It works with FRRouting 5.0.x, FRRouting - 6.0.x and FRRouting 7.0.x. + requesting to Zebra. It works with FRRouting 5.0.x, FRRouting 6.0.x, + FRRouting 7.0.x and FRRouting 7.1.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 - 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`. + 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`. ## Check Routes from zebra |