From f6160c675da1d8fba9b9f7e69f1356c9e2416a5a Mon Sep 17 00:00:00 2001 From: Nathaniel Case Date: Fri, 20 Jul 2018 12:53:51 -0400 Subject: [PATCH] Add links to network roadmap items --- docs/docsite/rst/roadmap/ROADMAP_2_7.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst index f652153eee..a4a6933bc1 100644 --- a/docs/docsite/rst/roadmap/ROADMAP_2_7.rst +++ b/docs/docsite/rst/roadmap/ROADMAP_2_7.rst @@ -77,13 +77,13 @@ 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 (`issue #39056 `_) and netconf (`issue #39160 `_) plugins so that they have a uniform signature across supported network platforms. Modules ======= -* New ``cli_config`` module -* New ``cli_command`` module +* New ``cli_config`` module `issue #39228 `_ +* New ``cli_command`` module `issue #39284 `_ * Refactor ``netconf_config`` module to add additional functionality. `proposal #104 `_ Windows