Bug 4646: Fixed up duplicate use of reference statements. 81/30281/6
authorFilip.Gregor <fgregor@cisco.com>
Fri, 27 Nov 2015 09:18:17 +0000 (10:18 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 30 Nov 2015 16:52:50 +0000 (16:52 +0000)
minor fix of invalid yang files

Change-Id: Ic8dbcee91e9be2c78813291dd95239d3ca5895b6
Signed-off-by: Filip.Gregor <fgregor@cisco.com>
bgp/labeled-unicast/src/main/yang/bgp-labeled-unicast.yang
rsvp/api/src/main/yang/rsvp.yang

index efe29869827d6cdb273fd5932c643032a1e4238c..96d919e349c93081ecb9f36da7869dac96666963 100644 (file)
@@ -12,8 +12,8 @@ module bgp-labeled-unicast {
     import network-concepts { prefix netc; revision-date 2013-11-25; }
 
     organization "Cisco Systems, Inc.";
-    contact "GE QU <gequ@cisco.com>";
-    contact "Mingming Chen <mingmche@cisco.com>";
+    contact "GE QU <gequ@cisco.com>"
+    + " Mingming Chen <mingmche@cisco.com>";
 
     description
         "This module contains the base data model of a BGP message.
index cceb2da47f29d9ff58b38929862280e022812e0a..44e17deb72bf1d9bfd7c7a2aec1b60a2a6767f16 100644 (file)
@@ -925,8 +925,8 @@ module rsvp {
     grouping protection-object {
         choice protection-object {
             description "Protection Subobject";
-            reference "http://tools.ietf.org/html/rfc4873#section-6.1";
-            reference "http://tools.ietf.org/html/rfc4872#section-14";
+            reference "http://tools.ietf.org/html/rfc4873#section-6.1"
+            + " http://tools.ietf.org/html/rfc4872#section-14";
 
             case basic-protection-object {
                 uses rsvp-te-object;