Skip to content

Commit

Permalink
Making seperate files for the keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Jun 18, 2024
1 parent 77cecfc commit fca2efd
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
| [<samp>&nbsp;&nbsp;enabled</samp>](## "isis_ti_lfa.enabled") | Boolean | | `False` | | |
| [<samp>&nbsp;&nbsp;protection</samp>](## "isis_ti_lfa.protection") | String | | | Valid Values:<br>- <code>link</code><br>- <code>node</code> | |
| [<samp>&nbsp;&nbsp;local_convergence_delay</samp>](## "isis_ti_lfa.local_convergence_delay") | Integer | | `10000` | | Local convergence delay in milliseconds. |
| [<samp>underlay_isis_authentication_mode</samp>](## "underlay_isis_authentication_mode") | String | | | Valid Values:<br>- <code>md5</code><br>- <code>text</code> | |
| [<samp>underlay_isis_authentication_key</samp>](## "underlay_isis_authentication_key") | String | | | | Type-7 encrypted password. |
| [<samp>underlay_isis_authentication_mode</samp>](## "underlay_isis_authentication_mode") | String | | | Valid Values:<br>- <code>md5</code><br>- <code>text</code> | |
| [<samp>underlay_isis_bfd</samp>](## "underlay_isis_bfd") | Boolean | | `False` | | Enable BFD for ISIS on all underlay links. |
| [<samp>underlay_isis_instance_name</samp>](## "underlay_isis_instance_name") | String | | | | Default -> "EVPN_UNDERLAY" for l3ls, "CORE" for mpls. |

Expand Down Expand Up @@ -50,10 +50,10 @@

# Local convergence delay in milliseconds.
local_convergence_delay: <int; default=10000>
underlay_isis_authentication_mode: <str; "md5" | "text">

# Type-7 encrypted password.
underlay_isis_authentication_key: <str>
underlay_isis_authentication_mode: <str; "md5" | "text">

# Enable BFD for ISIS on all underlay links.
underlay_isis_bfd: <bool; default=False>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright (c) 2023-2024 Arista Networks, Inc.
# Use of this source code is governed by the Apache License 2.0
# that can be found in the LICENSE file.
# yaml-language-server: $schema=../../../../plugins/plugin_utils/schema/avd_meta_schema.json
# Line above is used by RedHat's YAML Schema vscode extension
# Use Ctrl + Space to get suggestions for every field. Autocomplete will pop up after typing 2 letters.
type: dict
keys:
underlay_isis_authentication_key:
documentation_options:
table: isis-settings
type: str
description: Type-7 encrypted password.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,3 @@ keys:
valid_values:
- md5
- text
underlay_isis_authentication_key:
documentation_options:
table: isis-settings
type: str
description: Type-7 encrypted password.

0 comments on commit fca2efd

Please sign in to comment.