mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
fix up a few remarks from jfindlay
This commit is contained in:
parent
40664b2cff
commit
99dc99825c
@ -531,6 +531,7 @@ def active_tcp():
|
|||||||
Return a dict containing information on all of the running TCP connections (currently linux and solaris only)
|
Return a dict containing information on all of the running TCP connections (currently linux and solaris only)
|
||||||
|
|
||||||
.. versionchanged:: Boron
|
.. versionchanged:: Boron
|
||||||
|
|
||||||
Added support for SunOS
|
Added support for SunOS
|
||||||
|
|
||||||
CLI Example:
|
CLI Example:
|
||||||
@ -1207,7 +1208,7 @@ def get_bufsize(iface):
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
salt '*' network.ge_tbufsize
|
salt '*' network.get_bufsize
|
||||||
'''
|
'''
|
||||||
if __grains__['kernel'] == 'Linux':
|
if __grains__['kernel'] == 'Linux':
|
||||||
if os.path.exists('/sbin/ethtool'):
|
if os.path.exists('/sbin/ethtool'):
|
||||||
|
Loading…
Reference in New Issue
Block a user