Restore kbps for virtual links
authorAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 21:49:30 +0000 (21:49 +0000)
committerAndy Bavier <acb@cs.princeton.edu>
Mon, 8 Feb 2010 21:49:30 +0000 (21:49 +0000)
sfa/managers/vini/vini.rnc
sfa/managers/vini/vini.rng

index b94bd6b..a54243b 100644 (file)
@@ -64,5 +64,5 @@ sliver_elements = (
 vlink = element vlink { 
    attribute endpoints { xsd:IDREFS }?,
    element description { text }?,
-   element bw { attribute units { xsd:NMTOKEN }, text }? 
+   element kbps { text }? 
 }
index b7f3cc9..32f872e 100644 (file)
         </element>
       </optional>
       <optional>
-        <element name="bw">
-          <attribute name="units">
-            <data type="NMTOKEN"/>
-          </attribute>
+        <element name="kbps">
           <text/>
         </element>
       </optional>