Skip to content
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

Documentation error in port channel configs #142

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,8 @@ def configure_interface_interfaces_on_port_channel(
device (`obj`): Device object
interface (`str`): Interface to be added to port channel
mode (`str`): Interface mode under Port channel
interfaces(`List`): List of interfaces to configure
channel_group (`obj`): Channel group
interfaces(`List`): List of interfaces to configure

Returns:
None
Expand Down Expand Up @@ -4657,8 +4657,8 @@ def unconfigure_interfaces_on_port_channel(

Args:
device (`obj`): Device object
mode (`str`): Interface mode under Port channel.Default value is None
interfaces(`List`): List of interfaces to configure.Default value is None
mode (`str`): Interface mode under Port channel.Default value is None
channel_group (`obj`): Channel group.Default value is None
channel_protocol (`str`,optional): protocol used for port-channel.Default value is False
disable_switchport(`str`,optional): disable switchport.Default value is False
Expand Down