diff options
Diffstat (limited to 'plugins/modules/vyos_linkagg.py')
| -rw-r--r-- | plugins/modules/vyos_linkagg.py | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/modules/vyos_linkagg.py b/plugins/modules/vyos_linkagg.py index a68197b4..4e63e2f3 100644 --- a/plugins/modules/vyos_linkagg.py +++ b/plugins/modules/vyos_linkagg.py @@ -26,15 +26,16 @@ __metaclass__ = type  DOCUMENTATION = """  module: vyos_linkagg  author: Ricardo Carrillo Cruz (@rcarrillocruz) -short_description: (deprecated) Manage link aggregation groups on VyOS network devices +short_description: (deprecated, removed after 2022-06-01) Manage link aggregation +  groups on VyOS network devices  description:  - This module provides declarative management of link aggregation groups on VyOS network    devices.  version_added: 1.0.0  deprecated: -  removed_in: '2.13'    alternative: vyos_lag_interfaces    why: Updated modules released with more functionality. +  removed_at_date: '2022-06-01'  notes:  - Tested against VYOS 1.1.7  options: @@ -76,6 +77,7 @@ options:  extends_documentation_fragment:  - vyos.vyos.vyos +  """  EXAMPLES = """  | 
