Skip to content

Commit

Permalink
updating description
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibhu-gslab committed Oct 15, 2024
1 parent daa2be2 commit e21f86a
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 9 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 @@ -32,14 +32,17 @@ keys:
acl_name:
type: str
required: true
description: |-
Access list name.
String "ingress" could be access list name as well.
vrf:
type: str
convert_types:
- int
description: "'vrf' and 'ingress_default' are mutual exclusive."
description: Keys `vrf` and `ingress_default` are mutual exclusive.
ingress_default:
type: bool
description: "'vrf' and 'ingress_default' are mutual exclusive."
description: Keys `vrf` and `ingress_default` are mutual exclusive.
ipv6_access_groups:
type: list
unique_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ def _get_port_channel_member_cfg(self: AvdStructuredConfigCoreInterfacesAndL3Edg
Return partial structured_config for one p2p_link.
Covers config for ethernet interfaces that are port-channel members.
TODO: Change description for members to be the physical peer interface instead of port-channel
"""
return {
"name": member["interface"],
Expand Down

0 comments on commit e21f86a

Please sign in to comment.