Skip to content

Commit

Permalink
[ignore] docuemtation copy paste description fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross authored and lhercot committed Oct 26, 2023
1 parent 8f0d693 commit 46899b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/aci_system_endpoint_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
suboptions:
admin_state:
description:
- Whether to enable IP Aging Controls on the fabric.
- Whether to enable Rogue EP Control on the fabric.
type: bool
interval:
description:
Expand All @@ -44,15 +44,15 @@
type: int
hold_interval:
description:
- The loop protection hold interval in seconds.
- The rogue endpoint hold interval in seconds.
type: int
ep_loop_protection:
description: Configuration container for EP Loop Protection.
type: dict
suboptions:
admin_state:
description:
- Whether to enable IP Aging Controls on the fabric.
- Whether to enable EP Loop Protection on the fabric.
type: bool
interval:
description:
Expand Down

0 comments on commit 46899b0

Please sign in to comment.