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