mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add back proxy_napalm_wrap
This commit is contained in:
parent
d12e128981
commit
b5b1a9794b
1 changed files with 1 additions and 0 deletions
|
@ -742,6 +742,7 @@ def netmiko_config(*config_commands, **kwargs):
|
|||
return __salt__["netmiko.send_config"](config_commands=config_commands, **kwargs)
|
||||
|
||||
|
||||
@proxy_napalm_wrap
|
||||
def junos_rpc(cmd=None, dest=None, format=None, **kwargs):
|
||||
"""
|
||||
.. versionadded:: 2019.2.0
|
||||
|
|
Loading…
Add table
Reference in a new issue