summaryrefslogtreecommitdiff
path: root/plugins/modules/vyos_static_route.py
diff options
context:
space:
mode:
authorRohit <rohitthakur2590@outlook.com>2020-06-09 16:02:08 +0530
committerGitHub <noreply@github.com>2020-06-09 10:32:08 +0000
commite7a59f51fb5211ef0c721e0ff4d12a775a9b0606 (patch)
tree72305c8e39c269219b0b67f1fcb78060f9719af5 /plugins/modules/vyos_static_route.py
parent61314778e0a605c50b4fc1d918193771492c52fb (diff)
downloadvyos-ansible-old-e7a59f51fb5211ef0c721e0ff4d12a775a9b0606.tar.gz
vyos-ansible-old-e7a59f51fb5211ef0c721e0ff4d12a775a9b0606.zip
depreacted message updated (#41)
[VyOS]: Depreacted message updated Reviewed-by: https://github.com/apps/ansible-zuul
Diffstat (limited to 'plugins/modules/vyos_static_route.py')
-rw-r--r--plugins/modules/vyos_static_route.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/modules/vyos_static_route.py b/plugins/modules/vyos_static_route.py
index 4724d5f..67f9954 100644
--- a/plugins/modules/vyos_static_route.py
+++ b/plugins/modules/vyos_static_route.py
@@ -26,15 +26,16 @@ __metaclass__ = type
DOCUMENTATION = """
module: vyos_static_route
author: Trishna Guha (@trishnaguha)
-short_description: (deprecated) Manage static IP routes on Vyatta VyOS network devices
+short_description: (deprecated, removed after 2022-06-01) Manage static IP routes
+ on Vyatta VyOS network devices
description:
- This module provides declarative management of static IP routes on Vyatta VyOS network
devices.
version_added: 1.0.0
deprecated:
- removed_in: '2.13'
alternative: vyos_static_routes
why: Updated modules released with more functionality.
+ removed_at_date: '2022-06-01'
notes:
- Tested against VyOS 1.1.8 (helium).
- This module works with connection C(network_cli). See L(the VyOS OS Platform Options,../network/user_guide/platform_vyos.html).
@@ -70,6 +71,7 @@ options:
extends_documentation_fragment:
- vyos.vyos.vyos
+
"""
EXAMPLES = """