mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Add support for netconf network discovery (#25435)
* Add support for netconf network discovery * Fix unit test failure
This commit is contained in:
@@ -176,6 +176,13 @@ class NetconfBase(with_metaclass(ABCMeta, object)):
|
||||
"""
|
||||
pass
|
||||
|
||||
@staticmethod
|
||||
def guess_network_os(obj):
|
||||
"""Identifies the operating system of
|
||||
network device.
|
||||
"""
|
||||
pass
|
||||
|
||||
def get_base_rpc(self):
|
||||
"""Returns list of base rpc method supported by remote device"""
|
||||
return ['get_config', 'edit_config', 'get_capabilities', 'get']
|
||||
|
||||
Reference in New Issue
Block a user