mirror of https://github.com/ansible/ansible.git
Deprecate net_* modules (#60818)
* Deprecate net_ modules * Move modules to finish deprecation * Add missing `why`, move net_static_route * Add changelogs and porting guidepull/61322/head
parent
5a04b4feb6
commit
f3f30c146b
@ -0,0 +1,5 @@
|
||||
deprecated_features:
|
||||
- Deprecated ``net_interface``, ``net_linkagg``, ``net_lldp_interface``, ``net_l2_interface``, ``net_vlan``,
|
||||
``net_l3_interface``, ``net_vrf``, ``net_lldp``, ``net_banner``, ``net_logging``, ``net_system``, ``net_user``,
|
||||
and ``net_static_route``.
|
||||
Please use either the equivalent network role or the platform-specific resource module.
|
Loading…
Reference in New Issue