BUG-2225 : upgraded docs to new draft version. 18/14218/2
authorDana Kutenicsova <dkutenic@cisco.com>
Sun, 18 Jan 2015 21:21:22 +0000 (22:21 +0100)
committerRobert Varga <nite@hq.sk>
Thu, 22 Jan 2015 18:42:39 +0000 (18:42 +0000)
Change-Id: I5d02da38279edf5ee2d26fa1d19660782a274b6f
Signed-off-by: Dana Kutenicsova <dkutenic@cisco.com>
pcep/api/src/main/yang/pcep-types.yang
pcep/impl/src/main/java/org/opendaylight/protocol/pcep/impl/tlv/PathSetupTypeTlvParser.java

index ebaed88008545353d40f868a28983cec39a4e32a..35ce86a81a3c4944ea86bdbf6b06c7f11bb03e95 100644 (file)
@@ -186,7 +186,7 @@ module pcep-types {
 
     grouping path-setup-type-tlv {
         description "PATH-SETUP-TYPE TLV";
-        reference "https://tools.ietf.org/html/draft-sivabalan-pce-lsp-setup-type-02#section-3";
+        reference "https://tools.ietf.org/html/draft-ietf-pce-lsp-setup-type-00#section-3";
 
         container path-setup-type {
             uses tlv;
index b2e791868452b2ea2318e2e0d3b879b030b22a99..0b72a4c35d4c74d239bfb0b94bf3b7726cb6bf01 100644 (file)
@@ -25,7 +25,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
 
 public class PathSetupTypeTlvParser implements TlvParser, TlvSerializer {
 
-    // http://tools.ietf.org/html/draft-sivabalan-pce-segment-routing-01#section-9.3
+    // http://tools.ietf.org/html/draft-sivabalan-pce-ietf-routing-00#section-9.3
     public static final int TYPE = 27;
 
     private static final int CONTENT_LENGTH = 4;