networking roadmap cli modules (#40147)

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-05-15 18:31:42 +05:30 committed by GitHub
parent 248bc0a4e8
commit 6e639b591f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@ Connection work
Modules
=======
* New ``cli_config`` - platform agnostic module for sending text based config over network_cli
* New ``cli_command`` - platform agnostic command module
* New ``network_config`` - platform agnostic module for sending text based config over network_cli
* New ``network_command`` - platform agnostic command module
* 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