�
�Udac @` st d d l m Z m Z m Z e Z d Z d d l Z d d l m Z m
Z
d d l m Z d e f d � � YZ
d S( i ( t absolute_importt divisiont print_functions�
---
author: Ansible Networking Team
netconf: default
short_description: Use default netconf plugin to run standard netconf commands as per RFC
description:
- This default plugin provides low level abstraction apis for
sending and receiving netconf commands as per Netconf RFC specification.
version_added: "2.9"
options:
ncclient_device_handler:
type: str
default: default
description:
- Specifies the ncclient device handler name for network os that support default netconf
implementation as per Netconf RFC specification. To identify the ncclient device handler
name refer ncclient library documentation.
N( t to_textt to_bytes( t NetconfBaset Netconfc B` s# e Z d � Z d � Z d � Z RS( c C` s>