Align FrrBgpAsn and FrrOvnBgpAgentAsn default values

The two parameters need to be configured to the same value. It makes
sense that their default values are common too.

Change-Id: I6abfb8bc20c7e4eaa2d63b11d3fbac425d7def09
This commit is contained in:
Eduardo Olivares 2023-05-25 17:00:35 +02:00 committed by Takashi Kajinami
parent 893037f2c9
commit a1f54376e0
2 changed files with 8 additions and 1 deletions

View File

@ -59,7 +59,7 @@ parameters:
description: Enable BGP
type: boolean
FrrBgpAsn:
default: 65000
default: 64999
description: Default ASN to be used within FRR
type: number
FrrBgpIpv4Enabled:

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Parameters ``FrrBgpAsn`` and ``FrrOvnBgpAgentAsn`` should be configured to
a common interger value. The default value for ``FrrBgpAsn`` has been updated
from ``65000`` to ``64999``, to be aligned with the default value of
``FrrOvnBgpAgentAsn``.