Skip to content

Commit 31747e0

Browse files
chore: Update panos_logical_router docstrings (#653)
1 parent 4d8a352 commit 31747e0

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

plugins/modules/panos_logical_router.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@
2727
- Manage PANOS Logical Routers. Note that for the use of logical routers on PAN-OS NGFW devices, you must enable
2828
"advanced routing" under device->setup->management->General Settings.
2929
author:
30-
- Joshua Colson (@freakinhippie)
31-
- Garfield Lee Freeman (@shinmog)
32-
version_added: '1.0.0'
30+
- Adam Baumeister (@abaumeister)
31+
version_added: '3.3.0'
3332
requirements:
3433
- pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python)
3534
- pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)

plugins/modules/panos_logical_router_vrf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- Manage PANOS Logical Router VRFs.
2828
author:
2929
- Adam Baumeister (@abaumeister)
30-
version_added: '1.0.0'
30+
version_added: '3.3.0'
3131
requirements:
3232
- pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python)
3333
- pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)

plugins/modules/panos_logical_router_vrf_ospf_area.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- Manage PANOS Logical Router OSPF AREA configuration
2828
author:
2929
- Adam Baumeister (@abaumeister)
30-
version_added: '1.0.0'
30+
version_added: '3.3.0'
3131
requirements:
3232
- pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python)
3333
- pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)

plugins/modules/panos_logical_router_vrf_ospf_area_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- Manage PANOS Logical Router OSPF
2828
author:
2929
- Adam Baumeister (@abaumeister)
30-
version_added: '1.0.0'
30+
version_added: '3.3.0'
3131
requirements:
3232
- pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python)
3333
- pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)

plugins/modules/panos_logical_router_vrf_static_route.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- Manage PANOS Logical Routers Static Routes.
2828
author:
2929
- Adam Baumeister (@abaumeister)
30-
version_added: '1.0.0'
30+
version_added: '3.3.0'
3131
requirements:
3232
- pan-python can be obtained from PyPI U(https://pypi.python.org/pypi/pan-python)
3333
- pandevice can be obtained from PyPI U(https://pypi.python.org/pypi/pandevice)

0 commit comments

Comments
 (0)