mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #23469 from s0undt3ch/hotfix/call-the-win-func
Call the windows specific function not the general one
This commit is contained in:
commit
9beb7bc529
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ def interfaces():
|
|||
|
||||
salt '*' network.interfaces
|
||||
'''
|
||||
return salt.utils.network.interfaces()
|
||||
return salt.utils.network.win_interfaces()
|
||||
|
||||
|
||||
def hw_addr(iface):
|
||||
|
|
Loading…
Add table
Reference in a new issue