mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-02-28 02:44:51 +00:00
add def is_alive
This commit is contained in:
@@ -32,7 +32,6 @@ class PatchedVyOSDriver(vyos.VyOSDriver):
|
||||
"""Patched VyOS Driver."""
|
||||
|
||||
def __init__(self, hostname, username, password, timeout=60, optional_args=None):
|
||||
optional_args = {'port': '12206'}
|
||||
super().__init__(hostname, username, password, timeout, optional_args)
|
||||
|
||||
self.patched_attrs = ['device']
|
||||
|
||||
Reference in New Issue
Block a user