From 5bcdf4f2048dc83f90dacd31fc75f5bc1386b80c Mon Sep 17 00:00:00 2001 From: John R Barker Date: Tue, 17 Jul 2018 10:18:23 -0700 Subject: [PATCH] cli_config, not net_config (#42903) --- docs/docsite/rst/roadmap/ROADMAP_2_7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst index f8707fb683..112470a3e5 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst @@ -77,12 +77,12 @@ Network General ======= -* Refactor the apis in cliconf and netconf plugins so that they have a uniform signature across supported network platforms. +* Refactor the APIs in cliconf and netconf plugins so that they have a uniform signature across supported network platforms. Modules ======= -* New ``net_config`` module +* New ``cli_config`` module * New ``cli_command`` module * Refactor ``netconf_config`` module to add additional functionality. `proposal #104 `_