From 7284d4cf8b3f9ecd03068dfa3ab3d433860b5089 Mon Sep 17 00:00:00 2001 From: Hitoshi Irino Date: Sun, 21 Jul 2019 15:08:23 +0900 Subject: 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 --- docs/sources/zebra.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3