diff options
author | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-11-29 12:23:28 +0900 |
---|---|---|
committer | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-11-29 12:23:28 +0900 |
commit | b55c32ce65c9b6e0c9f4620e6acb27e0e49f238d (patch) | |
tree | 18b790097b5a5ea41bfdf0e29826875353b350fb /tools | |
parent | c5dcfb72a847899e188ab5a77dd8e31a05a15be7 (diff) |
Support of FRR7.5
This commit works with FRR7.5 when "version = 6" is specified in zebra.config
- Changes Zebra internal API commands to FRR7.5 which is incompatible with older version.
- Changes SendHello() to include AFI
- Changes SendRouteIDAdd() to include AFI
- Changes decodeFromBytes/serialize of IPRouteBody and NexthopUpdateBody, because size of MESSAGE_FALG is changed.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pyang_plugins/gobgp.yang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index e00e1c41..b93be424 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1262,7 +1262,7 @@ module gobgp { type string; description "Configure zebra software name. - frr4, cumulus, frr6, frr7, and frr7.2 can be used."; + frr4, cumulus, frr6, frr7, frr7.2 and frr7.3 can be used."; } } |