mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo in get_routes example for debian_ip
This commit is contained in:
parent
00f4689fe3
commit
4e1fcfa15e
1 changed files with 1 additions and 1 deletions
|
@ -1735,7 +1735,7 @@ def get_routes(iface):
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
salt '*' ip.get_interface eth0
|
||||
salt '*' ip.get_routes eth0
|
||||
'''
|
||||
|
||||
filename = os.path.join(_DEB_NETWORK_UP_DIR, 'route-{0}'.format(iface))
|
||||
|
|
Loading…
Add table
Reference in a new issue