From b55c32ce65c9b6e0c9f4620e6acb27e0e49f238d Mon Sep 17 00:00:00 2001 From: Hitoshi Irino Date: Sun, 29 Nov 2020 12:23:28 +0900 Subject: 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. --- tools/pyang_plugins/gobgp.yang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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."; } } -- cgit v1.2.3