From cf572bc5fc4647ea675c8a3482d80d181f62c66c Mon Sep 17 00:00:00 2001 From: Hitoshi Irino Date: Sat, 25 Apr 2020 22:06:21 +0900 Subject: Refactoring Zebra and supporting frr7.3 - Change const values to camel case from snake case to make zero golint's warnigns - Introduce convert functions (toEach, toCommon) between the newest version to older versions - Merge code about decode nexthop to reduce lines of code - Add frr7.3 statemet in allowable software for config - Rename and Update generated file by stringer --- tools/pyang_plugins/gobgp.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/pyang_plugins') diff --git a/tools/pyang_plugins/gobgp.yang b/tools/pyang_plugins/gobgp.yang index a4a2dc64..414dbf17 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 and frr7.2 can be used."; + quagga, frr3, frr4, frr5, frr6, frr7, frr7.1, frr7.2, and frr7.3 can be used."; } } -- cgit v1.2.3