diff options
author | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-07-26 22:37:04 +0900 |
---|---|---|
committer | Hitoshi Irino <irino@sfc.wide.ad.jp> | 2020-07-26 22:37:04 +0900 |
commit | efeb8c51fbab58d378c7c5a8cb29099e9ae89449 (patch) | |
tree | 6cd2002518341f81ef149285921b2540e6ade00e /tools | |
parent | 6178fc524f320a7fcd72f634659bb00eac6477a6 (diff) |
zebra: refactoring and fix bug and add processing messageBackupNexthop (added in frr7.4)
- Move function for checking softwareName from internal/pkg/config/default.go to internal/pkg/zebra/zapi.go.
- Delete support for frr7.1.
- Fix bug by inverse processing MessageMTU and messageTag, and add messageTableId in decodeFromBytes and serialize of IPRouteBody.
- Add processing messageBackupNexthop (which is added in frr7.4) in decodeFromBytes and serialize of IPRouteBody.
- Update document.
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 414dbf17..eeda0aa6 100644 --- a/tools/pyang_plugins/gobgp.yang +++ b/tools/pyang_plugins/gobgp.yang @@ -1248,7 +1248,7 @@ module gobgp { type string; description "Configure zebra software name. - quagga, frr3, frr4, frr5, frr6, frr7, frr7.1, frr7.2, and frr7.3 can be used."; + frr4, cumulus, frr6, frr7, and frr7.2 can be used."; } } |