diff --git a/plugins/cliconf/junos.py b/plugins/cliconf/junos.py index 596a8393..4461c9cb 100644 --- a/plugins/cliconf/junos.py +++ b/plugins/cliconf/junos.py @@ -271,7 +271,7 @@ def rollback(self, rollback_id, commit=True): else: self.discard_changes() return resp - + @configure def restore(self, filename=None, path=""): if not filename: