-
Notifications
You must be signed in to change notification settings - Fork 73
Bridge L2PT model definition #299
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
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.
Please add ranges in the description for attributes of type int
# switchport l2proto-tunnel lldp Vlan 100 | ||
# switchport l2proto-tunnel stp Vlan 100-150 | ||
|
||
- name: Modify interface L2PT configurations |
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.
- name: Modify interface L2PT configurations | |
- name: Override interface L2PT configurations |
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved | ||
DOCUMENTATION: | | ||
module: sonic_br_l2pt | ||
version_added: '2.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: '2.1.0' | |
version_added: '3.1.0' |
} | ||
NETWORK_OS: sonic | ||
RESOURCE: br_l2pt | ||
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved |
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.
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved | |
COPYRIGHT: Copyright 2025 Dell Inc. or its subsidiaries. All Rights Reserved. |
# switchport l2proto-tunnel lldp Vlan 100 | ||
# switchport l2proto-tunnel stp Vlan 100-150 | ||
|
||
|
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.
short_description: Manage L2PT configurations on SONiC | ||
description: | ||
- This module provides configuration management of L2PT parameters | ||
in devices running SONiC. |
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.
in devices running SONiC. | |
on devices running SONiC. |
description: | ||
- This module provides configuration management of L2PT parameters | ||
in devices running SONiC. | ||
author: '[email protected]' |
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.
author: '[email protected]' | |
author: Allen Ting ([email protected]) |
If you don't mind putting your name
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.
Please update the structure of the design as we discussed.
Please split up sonic_bgp and sonic_br_l2pt into separate PRs |
The Bridge Layer 2 Protocol TunnelingSnooping model definition for SONiC.