From 7881866db43a00df182a1f425df50355b3a7e0ce Mon Sep 17 00:00:00 2001 From: Andrius Benokraitis Date: Tue, 24 Apr 2018 10:55:12 -0400 Subject: [PATCH] Update ROADMAP_2_6.rst with additional network roadmap items (#39225) * Update ROADMAP_2_6.rst Added network_get and network_put to Network modules roadmap * Update ROADMAP_2_6.rst add netconf_config to the network module roadmap --- docs/docsite/rst/roadmap/ROADMAP_2_6.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst index c63da40b146..d9dc7da6c03 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_6.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_6.rst @@ -55,7 +55,10 @@ Modules * New ``cli_config`` - platform agnostic module for sending text based config over network_cli * New ``cli_command`` - platform agnostic command module * New ``netconf_get`` - implements the standard netconf get rpc +* New ``netconf_config`` - implements the standard netconf edit/configure rpc * New ``netconf_rpc`` - calls any playbook defined rpc on the remote device and returns the results +* New ``network_get`` - platform agnostic module for pulling configuration via SCP/SFTP over network_cli +* New ``network_put`` - platform agnostic module for pushing configuration via SCP/SFTP over network_cli Other Features ================