-
Notifications
You must be signed in to change notification settings - Fork 79
Bridge L2PT Model Definition #303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
type: list | ||
elements: str | ||
state: | ||
description: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2 options: Add descriptions for replaced and overridden state since you have them for merged and deleted or simply just have '- The state of the configuration after module completion' for the description
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved. | ||
DOCUMENTATION: | | ||
module: sonic_br_l2pt | ||
version_added: '3.1.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version_added: '3.1.0' | |
version_added: '3.1.0' | |
notes: | |
- Tested against Enterprise SONiC Distribution by Dell Technologies. | |
- Supports C(check_mode). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
required: true | ||
choices: ['LLDP', 'LACP', 'STP', 'CDP'] | ||
vlan_ids: | ||
description: List of VLAN IDs on which the L2 Protocol packets are to be tunneled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let the user know that a range can be specified in the list of vlan_ids and what delimiter it uses
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
@@ -0,0 +1,64 @@ | |||
GENERATOR_VERSION: '1.0' | |||
ANSIBLE_METADATA: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ANSIBLE_METADATA: | |
Remove the Ansible metadata stuff please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
The Bridge Layer 2 Protocol Tunneling model definition for SONiC.