Skip to content

Commit

Permalink
add default:default
Browse files Browse the repository at this point in the history
  • Loading branch information
Laxmikant Chintakindi authored and Laxmikant Chintakindi committed Nov 27, 2024
1 parent 52d9f5a commit 3e14cbf
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.

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
Expand Up @@ -16,7 +16,26 @@ keys:
type: str
name_servers:
type: list
$ref: "eos_cli_config_gen#/$defs/ip_name_servers"
items:
type: dict
keys:
ip_address:
type: str
required: true
description: IPv4 or IPv6 address for DNS server.
vrf:
description: VRF Name.
type: str
default: default
convert_types:
- int
priority:
description: Priority value (lower is first).
type: int
convert_types:
- str
min: 0
max: 4
dns_domain:
type: str
ip_domain_list:
Expand Down

0 comments on commit 3e14cbf

Please sign in to comment.