Activate proper EXRS definition 78/2178/1
authorRobert Varga <rovarga@cisco.com>
Fri, 25 Oct 2013 20:23:49 +0000 (22:23 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 25 Oct 2013 20:23:49 +0000 (22:23 +0200)
Change-Id: Ica7f6e3d7fcf27fa222c61a9e2e042e421376658
Signed-off-by: Robert Varga <rovarga@cisco.com>
rsvp/api/src/main/yang/rsvp.yang

index 3aa4a53d93f8faaf0c795d3c096bea9c4ad1b561..155ce88fca4022e90f02c300780df5449776a803 100644 (file)
@@ -366,13 +366,13 @@ module rsvp {
                description "Subobject of an Explicit Route Object";
                reference "https://tools.ietf.org/html/rfc4874#section-4.1";
                uses basic-explicit-route-subobjects {
-//                     augment "subobject-type" {
-//                             case exrs {
-//                                     container exrs {
-//                                             uses exclude-route-subobjects;
-//                                     }
-//                             }
-//                     }
+                       augment "subobject-type" {
+                               case exrs {
+                                       container exrs {
+                                               uses exclude-route-subobjects;
+                                       }
+                               }
+                       }
                }
        }
 }