From 980aa1485682b363c3fcf5c9498f275ef4c868f3 Mon Sep 17 00:00:00 2001 From: Claus Holbech Date: Mon, 30 Sep 2024 11:09:43 +0200 Subject: [PATCH] Update python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/defs_bgp_additional_paths.schema.yml --- .../schema/schema_fragments/defs_bgp_additional_paths.schema.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/defs_bgp_additional_paths.schema.yml b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/defs_bgp_additional_paths.schema.yml index 751e14a5362..20253e42744 100644 --- a/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/defs_bgp_additional_paths.schema.yml +++ b/python-avd/pyavd/_eos_cli_config_gen/schema/schema_fragments/defs_bgp_additional_paths.schema.yml @@ -18,6 +18,7 @@ $defs: ecmp: All paths in best path ECMP group. limit: Limit to n eligible paths. disabled: Disable sending any path. + valid_values: [ 'any', 'backup', 'ecmp', 'limit', 'disabled' ] send_ecmp_limit: type: int description: Amount of ECMP paths to send. `send` must be set to `ecmp` for this setting. If this key-value pair is not set, it will send all paths in best ECMP group.