mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded tags for network module funcs (#38127)
This commit is contained in:
parent
fd06bab673
commit
bbdfcab7d9
1 changed files with 4 additions and 0 deletions
|
@ -1473,6 +1473,8 @@ def ifacestartswith(cidr):
|
|||
'''
|
||||
Retrieve the interface name from a specific CIDR
|
||||
|
||||
.. versionadded:: 2016.11.0
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
@ -1495,6 +1497,8 @@ def iphexval(ip):
|
|||
'''
|
||||
Retrieve the interface name from a specific CIDR
|
||||
|
||||
.. versionadded:: 2016.11.0
|
||||
|
||||
CLI Example:
|
||||
|
||||
.. code-block:: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue