mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix docstring for mod_bufsize #29236
This commit is contained in:
parent
08ced73b13
commit
52fb80cd18
1 changed files with 1 additions and 1 deletions
|
@ -1210,7 +1210,7 @@ def mod_bufsize(iface, *args, **kwargs):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' network.getBuffers
|
||||
salt '*' network.mod_bufsize tx=<val> rx=<val> rx-mini=<val> rx-jumbo=<val>
|
||||
'''
|
||||
if __grains__['kernel'] == 'Linux':
|
||||
if os.path.exists('/sbin/ethtool'):
|
||||
|
|
Loading…
Add table
Reference in a new issue