Skip to content

Commit

Permalink
fix sanity
Browse files Browse the repository at this point in the history
Signed-off-by: rohitthakur2590 <[email protected]>
  • Loading branch information
rohitthakur2590 committed Dec 23, 2024
1 parent d300c22 commit 0980238
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/modules/ios_vlans.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@
description:
- Specifies whether VLAN switching should be administratively enabled or disabled.
- When set to C(enabled), the VLAN interface is administratively shut down, which prevents it from forwarding traffic.
- When set to C(disabled), the VLAN interface is administratively enabled by issuing the internal C(no shutdown) command, allowing it to forward traffic.
- When set to C(disabled), the VLAN interface is administratively enabled by issuing the internal C(no shutdown) command,
allowing it to forward traffic.
- The operational state of the VLAN depends on both the administrative state (C(shutdown) or C(no shutdown)) and the physical link status.
type: str
choices:
Expand Down

0 comments on commit 0980238

Please sign in to comment.