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:
Thomas S Hatch 2015-05-12 10:47:22 -06:00
commit 9beb7bc529

View file

@ -210,7 +210,7 @@ def interfaces():
salt '*' network.interfaces
'''
return salt.utils.network.interfaces()
return salt.utils.network.win_interfaces()
def hw_addr(iface):