mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-09-22 20:21:16 +00:00
additional import
This commit is contained in:
@@ -21,7 +21,7 @@ Read napalm.readthedocs.org for more information.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import re
|
import re
|
||||||
|
import os
|
||||||
|
|
||||||
import vyattaconfparser
|
import vyattaconfparser
|
||||||
|
|
||||||
@@ -88,7 +88,7 @@ class VyOSDriver(NetworkDriver):
|
|||||||
|
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
self._device.close()
|
self._device.disconnect()
|
||||||
|
|
||||||
def load_replace_candidate(self, filename=None, config=None):
|
def load_replace_candidate(self, filename=None, config=None):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user