From 6702e59150ace42d7dc1b26b956cdc5498a6beac Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Tue, 28 Feb 2017 17:21:07 +0100 Subject: [PATCH] BUG-7870: Correct url for configure PCEP using MD5 authentication Fix url for configure PCEP using MD5 authentication Change-Id: I6b28df0421647294829399008ab86398ced59cb8 Signed-off-by: Claudio D. Gasparini --- docs/user-guide/pcep-user-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/pcep-user-guide.rst b/docs/user-guide/pcep-user-guide.rst index 7a81f8672..3014fcd9c 100644 --- a/docs/user-guide/pcep-user-guide.rst +++ b/docs/user-guide/pcep-user-guide.rst @@ -133,7 +133,7 @@ The OpenDaylight PCEP implementation is supporting TCP MD5 for authentication. Sample configuration below shows how to set authentication password for a particular PCC. It is required to install ``odl-netconf-connector-ssh`` feature first. -**URL:** ``/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-pcep-impl-cfg:pcep-topology-provider/pcep-topology`` +**URL:** ``/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-pcep-topology-provider-cfg:pcep-topology-provider/pcep-topology`` **Method:** ``PUT`` -- 2.36.6